项目作者: dispatchlabs

项目描述 :
QA Automation Scripts
高级语言: Groovy
项目地址: git://github.com/dispatchlabs/disqa.git
创建时间: 2018-04-13T15:25:17Z
项目社区:https://github.com/dispatchlabs/disqa

开源协议:

下载


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