We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab699ab commit 29d4db0Copy full SHA for 29d4db0
.github/workflows/tests.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Install NPM dependencies
43
run: |
44
npm install
45
- npm run playright -- install
+ npm run playwright -- install
46
47
- name: Unit Tests
48
run: composer test:unit
package.json
@@ -7,7 +7,7 @@
7
"test": "tests"
8
},
9
"scripts": {
10
- "playright": "playright"
+ "playwright": "playwright"
11
12
"repository": {
13
"type": "git",
0 commit comments