mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-18 05:02:23 -06:00
* test: add windows-test-kitchensink job * run windows ci on this branch * use test-binary-against-kitchensink-chrome * windows-create-build-artifacts * use working dir when cloning * npm i in correct dir * install chrome on windows for test-binary-against-repo * parent dir * bump kitchensink to pull in https://github.com/cypress-io/cypress-example-kitchensink/pull/549 * fix cli type hoisting Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "@packages/example",
|
|
"version": "0.0.0-development",
|
|
"private": true,
|
|
"main": "index.js",
|
|
"types": "index.d.ts",
|
|
"scripts": {
|
|
"postinstall": "echo '@packages/example needs: yarn build'",
|
|
"clean-deps": "rimraf node_modules",
|
|
"test": "yarn test-unit",
|
|
"test-e2e": "cypress run",
|
|
"test-debug": "yarn test-unit --inspect-brk=5566",
|
|
"test-unit": "cross-env NODE_ENV=test mocha",
|
|
"test-watch": "yarn test-unit --watch",
|
|
"build": "node ./bin/build.js && gulp build",
|
|
"build-prod": "yarn build",
|
|
"predeploy": "yarn build",
|
|
"deploy": "gulp deploy"
|
|
},
|
|
"files": [
|
|
"cypress",
|
|
"lib"
|
|
],
|
|
"dependencies": {
|
|
"bluebird": "3.5.3",
|
|
"glob": "7.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "3.5.0",
|
|
"cross-env": "6.0.3",
|
|
"cypress-example-kitchensink": "https://github.com/cypress-io/cypress-example-kitchensink.git#b709bad8f1e29eb018e32383014cfd6f9a192691",
|
|
"gulp": "4.0.2",
|
|
"gulp-clean": "0.4.0",
|
|
"gulp-gh-pages": "0.6.0-6",
|
|
"gulp-rev-all": "2.0.2",
|
|
"mocha": "2.5.3",
|
|
"resolve-pkg": "2.0.0",
|
|
"rimraf": "3.0.2",
|
|
"shelljs": "0.8.5"
|
|
}
|
|
}
|