Adds playwright test command
Adds a new npm script for running Playwright tests. This allows for easier execution of end-to-end tests using Playwright.
This commit is contained in:
parent
ecf3533bca
commit
7e5de7da3f
1 changed files with 2 additions and 1 deletions
|
|
@ -8,7 +8,8 @@
|
|||
"build": "vue-cli-service build",
|
||||
"test:unit": "vue-cli-service test:unit --coverage --ci",
|
||||
"test:unit:lite": "vue-cli-service test:unit --ci",
|
||||
"lint": "vue-cli-service lint"
|
||||
"lint": "vue-cli-service lint",
|
||||
"test:playwright": "playwright test --config=playwright-tests/playwright.config.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@iframe-resizer/child": "^5.3.3",
|
||||
|
|
|
|||
Loading…
Reference in a new issue