File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 54
54
run : pnpm build:e2e
55
55
56
56
- name : Cypress
57
- run : pnpm --prefix=e2e run start
58
-
59
- - name : Cypress cleanup
60
- if : always()
61
- run : pnpm --prefix=e2e run services:stop
57
+ run : pnpm run e2e run --headed ${{matrix.app}} --stdout prod,dev
62
58
63
59
- name : Recreate release with push
64
60
run : |
Original file line number Diff line number Diff line change 4
4
"private" : true ,
5
5
"description" : " e2e tests for tolgee server & webapp" ,
6
6
"scripts" : {
7
- "start" : " npm run services:start && npm run download-extension && npm run services:wait-for-start && npm run cy:run" ,
8
7
"cy:run" : " cypress run" ,
9
8
"cy:open" : " cypress open --browser chrome" ,
10
9
"cy:folders-json" : " node scripts/listTests.js" ,
11
- "download-extension" : " sh scripts/downloadTolgeeExtension.sh" ,
12
- "services:start" : " sh scripts/startServices.sh" ,
13
- "services:wait-for-start" : " node scripts/waitForServices.js" ,
14
- "services:stop" : " docker compose stop; docker compose rm -f -v"
10
+ "download-extension" : " sh scripts/downloadTolgeeExtension.sh"
15
11
},
16
12
"author" : " Jan Cizmar" ,
17
13
"license" : " BSD" ,
You can’t perform that action at this time.
0 commit comments