File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 - name : 📦 Install dependencies
1717 shell : bash
1818 run : npm ci
19- working-directory : tests
2019
2120 - name : 📦🌐 Install Playwright dependencies
2221 shell : bash
2524 - name : 🎭 Run tests
2625 shell : bash
2726 run : npx playwright test --grep "${{ inputs.test_tags }}"
28- working-directory : tests
2927
3028 - name : 📤 Upload Playwright report
3129 uses : actions/upload-artifact@v4.3.1
Original file line number Diff line number Diff line change 4040 - name : run regression tests
4141 uses : ./.github/actions/e2e-tests
4242 with :
43- test_tags : ' @LOGIN|@SIGN_UP'
43+ test_tags : ' @LOGIN|@SIGN_UP|@MEN_CATEGORY_SHOPPING '
4444
4545 sanity-test-run :
4646 timeout-minutes : 60
5353 - name : run sanity tests
5454 uses : ./.github/actions/e2e-tests
5555 with :
56- test_tags : ' @LOGIN|@SIGN_UP '
56+ test_tags : ' @MEN_CATEGORY_SHOPPING|@SANITY '
5757
5858
5959
You can’t perform that action at this time.
0 commit comments