-
After last changes we have this exception while trying to execute tests:
`Exception in thread "main" org.testng.TestNGException: org.xml.sax.SAXParseException; lineNumber: 57; columnNumber: 26; The…
-
**Describe the bug**
MQTT keep alive is initiated by the client, however per the MQTT spec keep alive only sends a PINGREQ control message if the keep alive time has been reached without any other …
-
Hi, recently to app i'm testing development team added option to sign in with google account. Everything would be fine if only i could change my context to the new window. It didnt look like it's open…
-
I get the following error:
_WARN com.pi4j.library.pigpio.impl.PiGpioNativeImpl - PIGPIO ERROR: PI_INIT_FAILED; pigpio initialisation failed
java.lang.reflect.InvocationTargetException_
when I t…
-
**Pre-check**
- [x] I'm aware that I can [edit the docs](https://github.com/allure-framework/allure-docs/) and submit a pull request
**Describe the improvement**
I'd like to report
- [x] Uncle…
-
### TestNG Version
> Note: only the latest version is supported
7.8.0
### Expected behavior
Should be able to execute test in parallel with testNG attributes `groups` and `dependsOnGroups`
##…
-
**Tested Versions**:
Java: 11, 17
TestNG: 7.0.0, 7.50, 7.6.1, 7.8.0
dd-trace-java.jar: 1.13.0, 1.14.0
**Description of Problem**:
When running tests in parallel, it seems that the dd-trace-java…
-
**Describe the bug**
Trying to integrate TestNG + Selenium framework with Report Portal, but getting error while running the tests after adding the report portal configurations, agent-java-testng a…
-
## The problem
When I try to run tests in parallel (testng xml suite) I receive error: com.codeborne.selenide.ex.SoftAssertionError: java.lang.IllegalStateException: No webdriver is bound to current …
-
For say, i would like to add server logs which are not independent for each test run or suite run. How do we attach a server log or any log globally?