scratch-www/test/integration-cypress/package.json

10 lines
162 B
JSON
Raw Normal View History

2018-03-21 10:00:23 -04:00
{
"scripts": {
"test-all": "cypress run --browser chrome",
"test-all-headless": "cypress run"
},
"devDependencies": {
"cypress": "^2.1.0"
}
}