Skip to content

Commit 744cca3

Browse files
committed
Update the deploy tests
1 parent 25dceec commit 744cca3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@ jobs:
7171
- name: Run pytest test_mfa_login.py --browser=chrome --xvfb
7272
run: |
7373
pytest examples/test_mfa_login.py --browser=chrome --xvfb -v -s --junit-xml=junit/test-results.xml
74+
- name: Run pytest test_iframes.py --browser=chrome --xvfb --rs
75+
run: |
76+
pytest examples/test_iframes.py --browser=chrome --xvfb --rs -v -s --junit-xml=junit/test-results.xml
77+
- name: Run pytest test_window_switching.py --browser=chrome --headless
78+
run: |
79+
pytest examples/test_window_switching.py --browser=chrome --headless -v -s --junit-xml=junit/test-results.xml
7480
- name: Run pytest my_first_test.py --browser=chrome --headless
7581
run: |
7682
pytest examples/my_first_test.py --browser=chrome --headless -v -s --junit-xml=junit/test-results.xml

0 commit comments

Comments
 (0)