About

This testing project is generated by restassured-cli.

To run pre-production tests

$ cd testing/<project>-test-runner $ mvn clean install -U -P ci $ mvn clean install -U -P qa $ mvn clean install -U -P e2e $ mvn clean install -U -P perf

“‘ - For non-standard profiles (other than ci, qa, e2e, perf and production), create your own profiles in test-parent-pom.

Eclipse