mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-09-27 16:08:47 +03:00
[test] Move playwright installation inside test:playwright
script
This commit is contained in:
parent
5413a9888d
commit
6f0191c11b
1
.github/workflows/test-ci.yml
vendored
1
.github/workflows/test-ci.yml
vendored
@ -19,5 +19,4 @@ jobs:
|
||||
- name: Run the test
|
||||
run: |
|
||||
npm ci
|
||||
npx playwright install --with-deps
|
||||
npm test
|
||||
|
@ -209,7 +209,7 @@
|
||||
"test:jshint": "jshint src/main",
|
||||
"test:lockfile-lint": "npx lockfile-lint -p package-lock.json",
|
||||
"test:mocha": "mocha test/unit",
|
||||
"test:playwright": "playwright test test/e2e --browser all"
|
||||
"test:playwright": "npx playwright install && playwright test test/e2e --browser all"
|
||||
},
|
||||
"dependencies": {
|
||||
"detect-europe-js": "^0.1.2",
|
||||
|
Loading…
x
Reference in New Issue
Block a user