Browse Source

Add test e2e in lesspass-pure

pull/483/head
Guillaume Vincent 5 years ago
parent
commit
7ebc23cb1e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      packages/lesspass-pure/package.json

+ 1
- 1
packages/lesspass-pure/package.json View File

@@ -11,7 +11,7 @@
"dev": "webpack-dev-server --config webpack.dev.js",
"cypress:run": "cypress run",
"cypress:open": "cypress open",
"test": "npm run test:unit",
"test": "npm run test:unit && npm run test:e2e",
"test:unit": "jest",
"test:e2e": "start-server-and-test dev http://localhost:8000 cypress:run"
},


Loading…
Cancel
Save