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

#29 Browserstack integration #30

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

Merge branch 'main' into feature/29-move-testing-to-browserstack

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

#29 Browserstack integration #30

Merge branch 'main' into feature/29-move-testing-to-browserstack
301e3bd
Select commit
Loading
Failed to load commit list.
GitHub Actions / openmaqs-appium Test Results failed Nov 8, 2023 in 0s

33 passed, 1 failed and 3 skipped

Tests failed

Report Passed Failed Skipped Time
openmaqs-appium/target/surefire-reports/junitreports/TEST-io.github.openmaqs.appium.AppiumConfigUnitTest.xml 13✔️ 2✖️ 46ms
openmaqs-appium/target/surefire-reports/junitreports/TEST-io.github.openmaqs.appium.AppiumDriverFactoryUnitTest.xml 6✔️ 1❌ 1✖️ 95s
openmaqs-appium/target/surefire-reports/junitreports/TEST-io.github.openmaqs.appium.AppiumTestObjectUnitTest.xml 6✔️ 97s
openmaqs-appium/target/surefire-reports/junitreports/TEST-io.github.openmaqs.appium.BaseAppiumTestUnitTest.xml 4✔️ 52s
openmaqs-appium/target/surefire-reports/junitreports/TEST-io.github.openmaqs.appium.MobileDriverManagerUnitTest.xml 4✔️ 27s

✔️ openmaqs-appium/target/surefire-reports/junitreports/TEST-io.github.openmaqs.appium.AppiumConfigUnitTest.xml

15 tests were completed in 46ms with 13 passed, 0 failed and 2 skipped.

❌ openmaqs-appium/target/surefire-reports/junitreports/TEST-io.github.openmaqs.appium.AppiumDriverFactoryUnitTest.xml

8 tests were completed in 95s with 6 passed, 1 failed and 1 skipped.

Test suite Passed Failed Skipped Time
io.github.openmaqs.appium.AppiumDriverFactoryUnitTest 6✔️ 1❌ 1✖️ 95s

❌ io.github.openmaqs.appium.AppiumDriverFactoryUnitTest

❌ testCreateDriverException
	org.testng.TestException:

✔️ openmaqs-appium/target/surefire-reports/junitreports/TEST-io.github.openmaqs.appium.AppiumTestObjectUnitTest.xml

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

✔️ openmaqs-appium/target/surefire-reports/junitreports/TEST-io.github.openmaqs.appium.BaseAppiumTestUnitTest.xml

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

✔️ openmaqs-appium/target/surefire-reports/junitreports/TEST-io.github.openmaqs.appium.MobileDriverManagerUnitTest.xml

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

Annotations

Check failure on line 0 in openmaqs-appium/target/surefire-reports/junitreports/TEST-io.github.openmaqs.appium.AppiumDriverFactoryUnitTest.xml

See this annotation in the file changed.

@github-actions github-actions / openmaqs-appium Test Results

io.github.openmaqs.appium.AppiumDriverFactoryUnitTest ► testCreateDriverException

Failed test found in:
  openmaqs-appium/target/surefire-reports/junitreports/TEST-io.github.openmaqs.appium.AppiumDriverFactoryUnitTest.xml
Error:
        org.testng.TestException: 
Raw output
      org.testng.TestException: 
Method AppiumDriverFactoryUnitTest.testCreateDriverException()[pri:0, instance:io.github.openmaqs.appium.AppiumDriverFactoryUnitTest@41e156ee] should have thrown an exception of type class org.openqa.selenium.WebDriverException
at org.testng.internal.invokers.ExpectedExceptionsHolder.noException(ExpectedExceptionsHolder.java:81)
at org.testng.internal.invokers.TestInvoker.considerExceptions(TestInvoker.java:860)
at org.testng.internal.invokers.TestInvoker.invokeMethod(TestInvoker.java:718)
at org.testng.internal.invokers.TestInvoker.invokeTestMethod(TestInvoker.java:227)
at org.testng.internal.invokers.MethodRunner.runInSequence(MethodRunner.java:50)
at org.testng.internal.invokers.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:957)
at org.testng.internal.invokers.TestInvoker.invokeTestMethods(TestInvoker.java:200)
at org.testng.internal.invokers.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:148)
at org.testng.internal.invokers.TestMethodWorker.run(TestMethodWorker.java:128)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
at org.testng.TestRunner.privateRun(TestRunner.java:848)
at org.testng.TestRunner.run(TestRunner.java:621)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:443)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:481)
at org.testng.internal.thread.ThreadUtil.lambda$execute$0(ThreadUtil.java:58)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:829)