Files
cypress/system-tests/projects/module-api/package.json
Tyler Biethman cb5b547835 fix: Long Cypress verification times (#21174)
* Fixing some electron

* More electron refs

* Updating system test snapshots. Updating mocha timeout for module-api tests.

* Updating magic require with comment

* Updating system test snapshot again

* Removing dead code
2022-04-25 13:05:42 -04:00

23 lines
585 B
JSON

{
"name": "@test-project/cypress-example-module-api",
"version": "0.0.0-development",
"description": "Example running specs using Cypress via its module API",
"private": true,
"main": "index.js",
"scripts": {
"test": "mocha --timeout 45000 test/spec.js"
},
"devDependencies": {
"@bahmutov/all-paths": "1.0.2",
"chdir-promise": "0.6.2",
"check-more-types": "2.24.0",
"debug": "4.3.3",
"lazy-ass": "1.6.0",
"mocha": "9.2.0",
"mocha-banner": "1.1.2",
"ramda": "0.28.0",
"snap-shot-it": "5.0.1",
"terminal-banner": "1.1.0"
}
}