Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 260 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 260 Bytes

disqa

QA Automation Scripts

To build and run smoke tests: gradlew.bat test

To run a specific group of tests: gradlew.bat test -P testGroups=load

To run a specific test: gradlew.bat test --tests api.transactions.RegressionTransactions.transactions_API101