mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-26 08:59:03 -06:00
* wip: validate mocha test results in a new stage
* clean up lerna run commands
* better logging of parse failures
* update expectedCount, integration test command
* revert package.json
* expect a variable amount of tests in e2e
* account for skipped tests
* static has no test script
* fix comparison
* really skip 4_window_open_spec
* fix expectedResultCount
* Update scripts/verify_mocha_results.js
Co-Authored-By: Zach Bloomquist <github@chary.us>
* assert at least 1 test ran by default, always set skipped
* summarize results at end
* verify more stages
* Revert "verify more stages"
This reverts commit dda1339b28.
Co-authored-by: Gleb Bahmutov <gleb.bahmutov@gmail.com>
21 lines
398 B
JSON
21 lines
398 B
JSON
{
|
|
"name": "@packages/static",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "gulp build",
|
|
"build-prod": "yarn build",
|
|
"clean-deps": "rm -rf node_modules",
|
|
"postinstall": "echo '@packages/static needs: yarn build'"
|
|
},
|
|
"devDependencies": {
|
|
"@cypress/icons": "0.7.0",
|
|
"gulp": "4.0.2"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"lib"
|
|
]
|
|
}
|