...
To change the system under development :
- With GreenPepper Server : Server system under development configuration(link to-do)With GreenPepper Open :
- Command line system under development configuration(link to-do)
Using custom types
All the examples in the documents are in strings, but fixtures want to process and return other data types.
...
Code Block | ||
---|---|---|
| ||
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?
...