scratch-www/test/integration-cypress/package.json
2018-03-21 10:00:23 -04:00

9 lines
162 B
JSON

{
"scripts": {
"test-all": "cypress run --browser chrome",
"test-all-headless": "cypress run"
},
"devDependencies": {
"cypress": "^2.1.0"
}
}