Files
core/tests/e2e/package.json
2019-01-25 19:29:28 +01:00

15 lines
348 B
JSON

{
"name": "e2e",
"description": "Bolt E2E tests",
"private": true,
"scripts": {
"kakunin": "cross-env NODE_ENV=prod kakunin"
},
"dependencies": {
"cross-env": "^5.2.0",
"kakunin": "https://github.com/JarJak/Kakunin/tarball/feature/url-additional-params",
"protractor": "^5.4.2",
"webdriver-manager": "^12.1.1"
}
}