Skip to content

Commit

Permalink
Merge 999fd01 into 2ca613a
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfe1 committed May 21, 2024
2 parents 2ca613a + 999fd01 commit 3262619
Show file tree
Hide file tree
Showing 6 changed files with 116 additions and 52 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
robot --randomize suites -e BrokenORWindowsOREdge --output reports/outputChrome.xml test
new_command_on_retry: |
${{ matrix.set_display }}
robot --rerunfailed "reports/outputChrome.xml" -e BrokenORWindowsOREdge --output reports/outputChrome.xml test
robot --rerunfailed "reports/outputChrome.xml" -e BrokenORWindowsOREdgeORiframe --output reports/outputChrome.xml test
- name: Upload test results
uses: actions/upload-artifact@v4
Expand Down
51 changes: 36 additions & 15 deletions docs/APILibraryDocumentation.html

Large diffs are not rendered by default.

51 changes: 36 additions & 15 deletions docs/GUILibraryDocumentation.html

Large diffs are not rendered by default.

51 changes: 36 additions & 15 deletions docs/SOAPLibraryDocumentation.html

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions test/GUI/GUITests.robot
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Save Selenium Screenshot Test
Should Match Regexp ${file1} .selenium-screenshot-\\d{10}.\\d{0,8}-\\d.png

Iframe Keywords Test
[Tags] iframe
Set Test Variable ${CHECK_ELEMENT} //a[@href='default.asp'][@class='active']
Test Case Setup https://www.w3schools.com/html/html_iframe.asp
Page Should Not Contain Element ${CHECK_ELEMENT}
Expand Down Expand Up @@ -85,7 +86,7 @@ Web Elements Vertical Position Test
Wait Until Element Is Visible ${CHECK_DIV}
${resultsLinksList} Get Webelements ${CHECK_DIV}
${linksPositionList} Get Vertical Position From Web Elements List ${resultsLinksList}
Should Be True ${linksPositionList}[0] > ${170}
Should Be True ${linksPositionList}[0] > ${160}

Create Dictionary From Lists Test
${testDict1} Create Dictionary Name=User1 ID=01 Phone=51212345678
Expand Down Expand Up @@ -119,7 +120,7 @@ Scroll To Bottom Of Page Test
Wait Until Window Tests
Test Case Setup https://www.quackit.com/html/codes/html_popup_window_code.cfm
Wait For And Select Frame //iframe[@name='result1']
Click Element //a[contains(text(),'Open a popup window')]
Wait For And Click Element //a[contains(text(),'Open a popup window')]
Wait Until Window Opens Popup Example 10
Wait For And Select Window Popup Example 10

Expand Down Expand Up @@ -167,4 +168,4 @@ Test Case Setup
Open Browser ${url} browser=${browser}
Maximize Browser Window
Wait For Page To Load
Set Selenium Speed 0.05s
Set Selenium Speed 0.06s
6 changes: 3 additions & 3 deletions test/GUI/GUITestsEdge.robot
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Web Elements Vertical Position Test
Wait Until Element Is Visible ${CHECK_DIV}
${resultsLinksList} Get Webelements ${CHECK_DIV}
${linksPositionList} Get Vertical Position From Web Elements List ${resultsLinksList}
Should Be True ${linksPositionList}[0] > ${170}
Should Be True ${linksPositionList}[0] > ${160}

Create Dictionary From Lists Test
${testDict1} Create Dictionary Name=User1 ID=01 Phone=51212345678
Expand Down Expand Up @@ -128,7 +128,7 @@ Wait Until Window Tests
Go To https://www.quackit.com/html/codes/html_popup_window_code.cfm
Wait For Page To Load
Wait For And Select Frame //iframe[@name='result1']
Click Element //a[contains(text(),'Open a popup window')]
Wait For And Click Element //a[contains(text(),'Open a popup window')]
Wait Until Window Opens Popup Example 10
Wait For And Select Window Popup Example 10

Expand Down Expand Up @@ -179,4 +179,4 @@ Test Disabled Elements
Test Case Setup
Open Browser browser=Edge
Maximize Browser Window
Set Selenium Speed 0.08s
Set Selenium Speed 0.1s

0 comments on commit 3262619

Please sign in to comment.