mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-30 02:54:27 -06:00
cli: test-debug command ftw
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
"test-unit": "$(bin-up mocha) --reporter mocha-multi-reporters --reporter-options configFile=../mocha-reporter-config.json",
|
||||
"test-watch": "$(bin-up mocha) --watch",
|
||||
"test-dependencies": "$(bin-up deps-ok) && dependency-check . --no-dev",
|
||||
"test-debug": "node --inspect --debug-brk $(bin-up _mocha)",
|
||||
"lint": "$(bin-up eslint) --fix *.js bin/* lib/*.js lib/**/*.js test/*.js test/**/*.js",
|
||||
"prebuild": "npm run test-dependencies && ./scripts/build.sh",
|
||||
"build": "node ./scripts/build.js",
|
||||
|
||||
Reference in New Issue
Block a user