Skip to content

dispatchlabs/disqa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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