mirror of https://github.com/statping/statping
24 lines
622 B
JSON
24 lines
622 B
JSON
{
|
|
"name": "statup-testing",
|
|
"version": "1.0.0",
|
|
"description": "Statup Application Testing using Cypress!",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"cypress": "^3.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"start-server-and-test": "^1.7.0"
|
|
},
|
|
"scripts": {
|
|
"start": "curl -I -X GET http://localhost:8080/robots.txt",
|
|
"cy:run-video": "cypress run --record --key $CYPRESS_KEY",
|
|
"cy:run": "cypress run",
|
|
"test": "bash -c \"./test.sh\"",
|
|
"test-docker": "bash -c \"./test-docker.sh\"",
|
|
"testnovid": "cypress run",
|
|
"open": "cypress open"
|
|
},
|
|
"author": "Hunter Long",
|
|
"license": "ISC"
|
|
}
|