Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To change the system under development :

Using custom types

All the examples in the documents are in strings, but fixtures want to process and return other data types.

...

Code Block
languagejava
java -cp greenpepper-core-X.X.X-all.jar;path/to/systemundertest/classes;path/to/systemunderdevelopment/classes; com.greenpepper.runner.Main -s /path/to/myspecs /path/to/outputresults

Configuration

GreenPepper Commandline Command line Configuration

How to deal with static fixture fields and theĀ programmatically execution?

...