Skip to content

Commit

Permalink
added sanity-test to npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
garris committed Jan 17, 2018
1 parent e6577c1 commit 6646a66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"openReport": "node ./cli/index.js openReport",
"echo": "node ./cli/index.js echo",
"unit-test": "mocha --reporter spec --recursive test/cli",
"integration-test": "rm -rf newdir && mkdir newdir && cd newdir && node ../cli/index.js genConfig && node ../cli/index.js reference && node ../cli/index.js test && node -e \"require('../')('test')\""
"integration-test": "rm -rf newdir && mkdir newdir && cd newdir && node ../cli/index.js genConfig && node ../cli/index.js reference && node ../cli/index.js test && node -e \"require('../')('test')\"",
"sanity-test": "cd test/configs/; node ../../cli/index.js test --config=backstop_features"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 6646a66

Please sign in to comment.