File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22Documentation Verifies url keywords
33Library SeleniumLibrary plugins=${CURDIR } /../src/SeleniumTestability;True;29 seconds;False
44Resource resources.robot
5+ Force Tags skipci
56Suite Setup Start Flask App
67Suite Teardown Stop Flask App
78Test Template Open Browser With Auth
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ Manual Wait For Testability Ready
5151 Start Timer ${TEST NAME }
5252 Click And Wait ${ID }
5353 Stop Timer ${TEST NAME }
54- Verify Single Timer 5 seconds 3.5 seconds ${TEST NAME }
54+ Verify Single Timer 10 seconds 3.5 seconds ${TEST NAME }
5555 ${TIMEOUT } = Get Selenium Timeout
5656 Should Be Equal ${TIMEOUT } 1 second
5757 [Teardown] Teardown Web Environment
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Documentation Verifies that scrolling can trigger testability waits.
55Suite Setup Local Suite Setup
66Suite Teardown Internal Suite Teardown
77Test Template Scrolling Up And Down
8- Force Tags skipci,skipheadless
8+ Force Tags skipci
99Library SeleniumLibrary plugins=${CURDIR } /../src/SeleniumTestability;False;29 seconds;False
1010Library Timer
1111Resource resources.robot
Original file line number Diff line number Diff line change 1414 vmImage : ' macOS-10.14'
1515 coverage : ' false'
1616 timeout : 20
17- chromedriver : ' 80 .0.3987.106 '
17+ chromedriver : ' 83 .0.4103.39 '
1818 geckodriver : ' latest'
1919- template : azure/job_template.yml
2020 parameters :
2323 robotPrefix : ' PATH=~/bin:${PATH}'
2424 coverage : ' false'
2525 timeout : 30
26- chromedriver : ' 80 .0.3987.106 '
26+ chromedriver : ' 83 .0.4103.39 '
2727 geckodriver : ' v0.26.0'
2828- template : azure/job_template.yml
2929 parameters :
3232 robotPrefix : ' PATH=~/bin:${PATH} xvfb-run --auto-servernum --server-args="-screen 1, 1600x900x24"'
3333 coverage : ' true'
3434 timeout : 20
35- chromedriver : ' latest '
35+ chromedriver : ' 83.0.4103.39 '
3636 geckodriver : ' latest'
3737- template : azure/artifacts.yml
3838 parameters :
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ def test(
130130 if tests is None :
131131 tests = "atest"
132132 if skipci :
133- extras = f"{ extras } --noncritical skipci --xunitskipnoncritical"
133+ extras = f"{ extras } --noncritical skipci --xunitskipnoncritical --exclude skipci "
134134
135135 ctx .run (
136136 f"{ cmd } -m robot --pythonpath src --outputdir { outputdir } --loglevel TRACE:TRACE { extras } { xunit } { tests } "
You can’t perform that action at this time.
0 commit comments