Tested environment can be configured with env
project property.
Possible values are localhost
, stg
.
Default value is stg
.
Run all tests (stg):
./gradlew clean test
Supported params:
--tests MetadataTest.shouldReturnValidMetadataForValidSubject
- to run specific test (MetadataTest (class) suite -> shouldReturnValidMetadataForValidSubject method/test)-Penv=(localhost|stg)
- to run on specific env
To generate and host reports locally run:
./gradlew allureReport allureServe