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 8ff01e6 commit 251c0c3Copy full SHA for 251c0c3
.github/workflows/ci.yml
@@ -70,5 +70,11 @@ jobs:
70
if: matrix.browser == 'edge'
71
72
- name: Run Tests in ${{ matrix.browser }}
73
+ if: matrix.browser == 'edge' || matrix.browser == 'chrome' || matrix.browser == 'firefox'
74
run: |
75
pytest -n 2 -v -vrxs --headless=${{ matrix.headless }} --browser=${{ matrix.browser }}
76
+
77
+ - name: Run Tests in ${{ matrix.browser }}
78
+ if: matrix.browser == 'undetected_chrome'
79
+ run: |
80
+ pytest -v -vrxs --headless=${{ matrix.headless }} --browser=${{ matrix.browser }}
0 commit comments