mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-08-11 18:04:07 +08:00
cypress updates
This commit is contained in:
13
package.json
13
package.json
@@ -25,14 +25,17 @@
|
||||
"node-sass": "^4.9.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"cypress": "^2.1.0",
|
||||
"forever": "^0.15.3",
|
||||
"http-server": "^0.11.1"
|
||||
"cypress": "^3.0.2",
|
||||
"http-server": "^0.11.1",
|
||||
"start-server-and-test": "^1.5.0"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "http-server",
|
||||
"build": "node-sass --source-map=public/assets/css/app.min.css.map resources/scss/app.scss public/assets/css/app.min.css",
|
||||
"build:prod": "node-sass --output-style=compressed resources/scss/app.scss public/assets/css/app.min.css",
|
||||
"dev": "forever start ./node_modules/.bin/http-server && cypress open && forever stop ./node_modules/.bin/http-server",
|
||||
"test": "forever start ./node_modules/.bin/http-server && cypress run --record && forever stop ./node_modules/.bin/http-server"
|
||||
"test": "start-server-and-test start http://localhost:8080 cypress:run",
|
||||
"test:debug": "start-server-and-test start http://localhost:8080 cypress:open",
|
||||
"cypress:run": "cypress run",
|
||||
"cypress:open": "cypress open"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user