Files
cypress/packages/driver/package.json
T
Brian Mann e2458ba9db root: refactor run-integration to common scripts -> run-cypress-tests, accept options, use xvfb-maybe, cleanup circle.yml
- this enables us to use a common script for running cypress tests
within the monorepo itself
- useful for the driver, desktop-gui, and the reporter
2017-09-16 16:38:00 -04:00

59 lines
1.6 KiB
JSON

{
"name": "@packages/driver",
"version": "0.0.0",
"private": true,
"main": "index.js",
"browser": "src/main",
"scripts": {
"start": "coffee test/support/server.coffee",
"test-unit": "mocha",
"test-unit-watch": "./test/support/watch",
"test-unit-debug": "node --inspect --debug-brk ./node_modules/.bin/_mocha",
"test-integration": "node ../../scripts/run-cypress-tests.js --browser chrome --dir test",
"clean-deps": "rm -rf node_modules"
},
"files": [
"dist",
"lib"
],
"devDependencies": {
"@cypress/bower-kendo-ui": "0.0.2",
"@cypress/sinon-chai": "1.1.0",
"@cypress/underscore.inflection": "^1.0.0",
"angular": "^1.3.1",
"blob-util": "^1.2.1",
"bluebird": "3.5.0",
"body-parser": "^1.12.4",
"bootstrap": "^3.3.5",
"card": "^1.0.2",
"chai": "3.5.0",
"chai-as-promised": "6.0.0",
"chokidar-cli": "^1.2.0",
"compression": "^1.1.0",
"cors": "^2.7.1",
"debug": "^2.6.8",
"errorhandler": "^1.1.1",
"eventemitter2": "^4.1.2",
"express": "^4.12.3",
"glob": "^7.1.2",
"jquery": "2.2.4",
"jquery.scrollto": "^2.1.2",
"js-cookie": "2.1.1",
"jsdom": "^11.0.0",
"lodash": "4.17.4",
"lolex": "^1.5.2",
"method-override": "^2.3.1",
"minimatch": "^3.0.0",
"minimist": "^1.2.0",
"mocha": "cypress-io/mocha#58f6eac05e664fc6b69aa9fba70f1f6b5531a900",
"moment": "^2.14.1",
"morgan": "^1.3.0",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"setimmediate": "^1.0.2",
"sinon": "3.2.0",
"underscore.string": "3.3.4",
"url-parse": "^1.1.7"
}
}