File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 15
15
node-version : lts/*
16
16
- name : Install dependencies
17
17
run : npm install -g pnpm && pnpm install
18
+ - name : Install Playwright browsers
19
+ run : pnpm run install-playwright
18
20
- name : Run Playwright tests
19
- run : pnpm e2e
21
+ run : pnpm run e2e
20
22
# - uses: actions/upload-artifact@v4
21
23
# if: always()
22
24
# with:
Original file line number Diff line number Diff line change 3
3
"version" : " 0.0.0.0" ,
4
4
"private" : true ,
5
5
"devDependencies" : {
6
- "prettier" : " 3.3.3"
6
+ "prettier" : " 3.3.3" ,
7
+ "@playwright/test" : " 1.47.0"
7
8
},
8
9
"scripts" : {
9
10
"prettier:check" : " prettier --check ." ,
10
11
"prettier:fix" : " prettier --write ." ,
11
12
"postinstall" : " pnpm --filter builder build" ,
13
+ "install-playwright" : " playwright install --with-deps" ,
12
14
"e2e" : " pnpm -r e2e"
13
15
}
14
16
}
You can’t perform that action at this time.
0 commit comments