mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-08-11 18:04:07 +08:00
Added Integration testing (#13)
* Added cypress testing * Added recording * cleaned npm scrips
This commit is contained in:
committed by
Bálint Szekeres
parent
6ff1b0eb71
commit
b72673ffe7
27
package.json
Normal file
27
package.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "nginxconfig.io",
|
||||
"version": "1.0.0",
|
||||
"description": "[](https://nginxconfig.io)",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"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"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/valentinxxx/nginxconfig.io.git"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"bugs": {
|
||||
"url": "https://github.com/valentinxxx/nginxconfig.io/issues"
|
||||
},
|
||||
"homepage": "https://github.com/valentinxxx/nginxconfig.io#readme",
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"cypress": "^2.1.0",
|
||||
"forever": "^0.15.3",
|
||||
"http-server": "^0.11.1"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user