We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70d4f4b commit 5ee3ca8Copy full SHA for 5ee3ca8
package.json
@@ -19,7 +19,7 @@
19
"main": "dist/api.js",
20
"types": "dist/api.d.ts",
21
"scripts": {
22
- "test": "cross-env JUNIT_REPORT_PATH=integration_tests_result.xml mocha -r ts-node/register test/tests_onecase.ts --timeout 250000 --reporter mocha-jenkins-reporter",
+ "test": "cross-env JUNIT_REPORT_PATH=integration_tests_result.xml mocha -r ts-node/register test/**/*.ts --timeout 250000 --reporter mocha-jenkins-reporter",
23
"test-jenkins": "cross-env JUNIT_REPORT_PATH=reports/integration_tests_result.xml mocha -r ts-node/register test/**/*.ts --timeout 250000 --reporter mocha-jenkins-reporter",
24
"lint": "tslint src/{,**/}*.ts test/{,**/}*.ts -t verbose --project ./tsconfig.json",
25
"cucumber": "cucumber-js ./bdd/features -r ./dist/bdd/steps",
0 commit comments