Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Junit5 support #22

Open
wants to merge 41 commits into
base: main
Choose a base branch
from

Merge branch 'main' into junit5-support

0205564
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

Junit5 support #22

Merge branch 'main' into junit5-support
0205564
Select commit
Loading
Failed to load commit list.
GitHub Actions / openmaqs-selenium Test Results succeeded Jan 17, 2024 in 0s

252 passed, 0 failed and 5 skipped

Tests passed successfully

Report Passed Failed Skipped Time
openmaqs-selenium/target/surefire-reports/junitreports/TEST-io.github.openmaqs.selenium.ActionBuilderUnitTest.xml 4✔️ 26s
openmaqs-selenium/target/surefire-reports/junitreports/TEST-io.github.openmaqs.selenium.BaseSeleniumPageModelUnitTest.xml 11✔️ 10s
openmaqs-selenium/target/surefire-reports/junitreports/TEST-io.github.openmaqs.selenium.BaseSeleniumTestUnitTest.xml 7✔️ 57s
openmaqs-selenium/target/surefire-reports/junitreports/TEST-io.github.openmaqs.selenium.constants.OperatingSystemUnitTest.xml 9✔️ 9ms
openmaqs-selenium/target/surefire-reports/junitreports/TEST-io.github.openmaqs.selenium.ElementHandlerUnitTest.xml 21✔️ 1✖️ 44s
openmaqs-selenium/target/surefire-reports/junitreports/TEST-io.github.openmaqs.selenium.EventHandlerUnitTest.xml 14✔️ 8s
openmaqs-selenium/target/surefire-reports/junitreports/TEST-io.github.openmaqs.selenium.FluentWaitFactoryUnitTest.xml 1✔️ 420ms
openmaqs-selenium/target/surefire-reports/junitreports/TEST-io.github.openmaqs.selenium.LazyWebElementUnitTest.xml 49✔️ 46s
openmaqs-selenium/target/surefire-reports/junitreports/TEST-io.github.openmaqs.selenium.SeleniumConfigUnitTest.xml 28✔️ 8ms
openmaqs-selenium/target/surefire-reports/junitreports/TEST-io.github.openmaqs.selenium.SeleniumDriverManagerUnitTest.xml 5✔️ 1s
openmaqs-selenium/target/surefire-reports/junitreports/TEST-io.github.openmaqs.selenium.SeleniumTestObjectUnitTest.xml 6✔️ 4s
openmaqs-selenium/target/surefire-reports/junitreports/TEST-io.github.openmaqs.selenium.SeleniumUtilitiesUnitTest.xml 13✔️ 22s
openmaqs-selenium/target/surefire-reports/junitreports/TEST-io.github.openmaqs.selenium.UIFindFactoryUnitTest.xml 2✔️ 809ms
openmaqs-selenium/target/surefire-reports/junitreports/TEST-io.github.openmaqs.selenium.UIFindUnitTest.xml 17✔️ 7s
openmaqs-selenium/target/surefire-reports/junitreports/TEST-io.github.openmaqs.selenium.UIWaitFactoryUnitTest.xml 6✔️ 4s
openmaqs-selenium/target/surefire-reports/junitreports/TEST-io.github.openmaqs.selenium.UIWaitForUnitTest.xml 15✔️ 69s
openmaqs-selenium/target/surefire-reports/junitreports/TEST-io.github.openmaqs.selenium.UIWaitUntilUnitTest.xml 18✔️ 109s
openmaqs-selenium/target/surefire-reports/junitreports/TEST-io.github.openmaqs.selenium.WebDriverFactoryUnitTest.xml 26✔️ 4✖️ 3s

✔️ openmaqs-selenium/target/surefire-reports/junitreports/TEST-io.github.openmaqs.selenium.ActionBuilderUnitTest.xml

4 tests were completed in 26s with 4 passed, 0 failed and 0 skipped.

✔️ openmaqs-selenium/target/surefire-reports/junitreports/TEST-io.github.openmaqs.selenium.BaseSeleniumPageModelUnitTest.xml

11 tests were completed in 10s with 11 passed, 0 failed and 0 skipped.

✔️ openmaqs-selenium/target/surefire-reports/junitreports/TEST-io.github.openmaqs.selenium.BaseSeleniumTestUnitTest.xml

7 tests were completed in 57s with 7 passed, 0 failed and 0 skipped.

✔️ openmaqs-selenium/target/surefire-reports/junitreports/TEST-io.github.openmaqs.selenium.constants.OperatingSystemUnitTest.xml

9 tests were completed in 9ms with 9 passed, 0 failed and 0 skipped.

✔️ openmaqs-selenium/target/surefire-reports/junitreports/TEST-io.github.openmaqs.selenium.ElementHandlerUnitTest.xml

22 tests were completed in 44s with 21 passed, 0 failed and 1 skipped.

✔️ openmaqs-selenium/target/surefire-reports/junitreports/TEST-io.github.openmaqs.selenium.EventHandlerUnitTest.xml

14 tests were completed in 8s with 14 passed, 0 failed and 0 skipped.

✔️ openmaqs-selenium/target/surefire-reports/junitreports/TEST-io.github.openmaqs.selenium.FluentWaitFactoryUnitTest.xml

1 tests were completed in 420ms with 1 passed, 0 failed and 0 skipped.

✔️ openmaqs-selenium/target/surefire-reports/junitreports/TEST-io.github.openmaqs.selenium.LazyWebElementUnitTest.xml

49 tests were completed in 46s with 49 passed, 0 failed and 0 skipped.

✔️ openmaqs-selenium/target/surefire-reports/junitreports/TEST-io.github.openmaqs.selenium.SeleniumConfigUnitTest.xml

28 tests were completed in 8ms with 28 passed, 0 failed and 0 skipped.

✔️ openmaqs-selenium/target/surefire-reports/junitreports/TEST-io.github.openmaqs.selenium.SeleniumDriverManagerUnitTest.xml

5 tests were completed in 1s with 5 passed, 0 failed and 0 skipped.

✔️ openmaqs-selenium/target/surefire-reports/junitreports/TEST-io.github.openmaqs.selenium.SeleniumTestObjectUnitTest.xml

6 tests were completed in 4s with 6 passed, 0 failed and 0 skipped.

✔️ openmaqs-selenium/target/surefire-reports/junitreports/TEST-io.github.openmaqs.selenium.SeleniumUtilitiesUnitTest.xml

13 tests were completed in 22s with 13 passed, 0 failed and 0 skipped.

✔️ openmaqs-selenium/target/surefire-reports/junitreports/TEST-io.github.openmaqs.selenium.UIFindFactoryUnitTest.xml

2 tests were completed in 809ms with 2 passed, 0 failed and 0 skipped.

✔️ openmaqs-selenium/target/surefire-reports/junitreports/TEST-io.github.openmaqs.selenium.UIFindUnitTest.xml

17 tests were completed in 7s with 17 passed, 0 failed and 0 skipped.

✔️ openmaqs-selenium/target/surefire-reports/junitreports/TEST-io.github.openmaqs.selenium.UIWaitFactoryUnitTest.xml

6 tests were completed in 4s with 6 passed, 0 failed and 0 skipped.

✔️ openmaqs-selenium/target/surefire-reports/junitreports/TEST-io.github.openmaqs.selenium.UIWaitForUnitTest.xml

15 tests were completed in 69s with 15 passed, 0 failed and 0 skipped.

✔️ openmaqs-selenium/target/surefire-reports/junitreports/TEST-io.github.openmaqs.selenium.UIWaitUntilUnitTest.xml

18 tests were completed in 109s with 18 passed, 0 failed and 0 skipped.

✔️ openmaqs-selenium/target/surefire-reports/junitreports/TEST-io.github.openmaqs.selenium.WebDriverFactoryUnitTest.xml

30 tests were completed in 3s with 26 passed, 0 failed and 4 skipped.