Files
cypress/packages/static/package.json
Zach Bloomquist 72c9c7dbe4 Validate mocha test results in a new stage (#6496)
* 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>
2020-02-19 12:39:38 -05:00

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"
]
}