File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6060 run : npx playwright install --with-deps
6161
6262 - name : Run headless unit test
63- run : npm run test
63+ run : npm run test -- --reporters=default
6464
6565 - name : Run headless e2e test
6666 run : npm run e2e
Original file line number Diff line number Diff line change 6262 - name : Run headless unit test
6363 uses : GabrielBB/xvfb-action@v1
6464 with :
65- run : npm run test
65+ run : npm run test -- --reporters=default
6666
6767 - name : Run headless e2e test
6868 uses : GabrielBB/xvfb-action@v1
Original file line number Diff line number Diff line change 5858 run : npx playwright install --with-deps
5959
6060 - name : Run headless unit test
61- run : npm run test
61+ run : npm run test -- --reporters=default
6262
6363 - name : Run headless e2e test
6464 run : npm run e2e
You can’t perform that action at this time.
0 commit comments