File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 71
71
- name : Run pytest test_mfa_login.py --browser=chrome --xvfb
72
72
run : |
73
73
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
74
80
- name : Run pytest my_first_test.py --browser=chrome --headless
75
81
run : |
76
82
pytest examples/my_first_test.py --browser=chrome --headless -v -s --junit-xml=junit/test-results.xml
You can’t perform that action at this time.
0 commit comments