Skip to content

Commit

Permalink
use verbose reporter in e2e-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher J. Brody committed Feb 16, 2020
1 parent 5585fee commit 15fe446
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"test:component": "jasmine --config=tests/spec/component.json",
"posttest": "npm run lint",
"cover": "nyc jasmine --config=tests/spec/coverage.json",
"e2e-tests": "jasmine tests/spec/create.spec.js",
"e2e-tests": "jasmine --config=tests/spec/e2e-tests.json tests/spec/create.spec.js",
"objc-tests": "npm run objc-tests-lib && npm run objc-tests-framework",
"objc-tests-lib": "npm run xcodebuild -- -scheme CordovaLibTests",
"objc-tests-framework": "npm run xcodebuild -- -scheme CordovaFrameworkApp",
Expand Down
11 changes: 11 additions & 0 deletions tests/spec/e2e-tests.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"spec_dir": "tests/spec",
"spec_files": [
"create*[sS]pec.js"
],
"helpers": [
"helper.js"
],
"stopSpecOnExpectationFailure": false,
"random": false
}

0 comments on commit 15fe446

Please sign in to comment.