-
In case we use custom listener with ```public void onTestFailure(ITestResult result)``` we lose the logs from this method. The cause is that our CarinaListerer logic had been executed before and we cl…
-
java.lang.AbstractMethodError: javax.xml.parsers.DocumentBuilderFactory.setFeature(Ljava/lang/String;Z)V
at com.qaprosoft.carina.core.foundation.listeners.CarinaListener.getAttributeValue(CarinaList…
-
Hi team,
i am getting below issue in console while trying to launch IE 11 browser (Ver 11.0.185) using webdrivermanager. can you please help me on this.
SLF4J: Failed to load class "org.slf4j.i…
ghost updated
4 years ago
-
`com.epam.reportportal.exception.ReportPortalException: Report Portal returned error
Status code: 400
Status message: Bad Request
Error Message: Incorrect Request. [Field 'type' shouldn't be null.]…
-
7.1.0 testng has a regression again with listeners registered on java class level.
https://github.com/cbeust/testng/issues/2290
As result it execute all our listener methods several times (For exa…
-
This is very strange issue. I've beeт using Allure 1.X and Allure 2.X for a while and never seen that before. But the most strange thing is that sometimes attachments are attached correctly and someti…
-
### TestNG Version
7.2.0 and current master branch
### Description
For a better understanding I will provide some code samples, but at first I want to describe the error.
When using the `Data…
-
**建议先去看文档**
[快速开始](https://www.yuque.com/easyexcel/doc/easyexcel) 、[常见问题](https://www.yuque.com/easyexcel/faq)
**触发场景描述**
读取excel
```xml
4.0.0
1.0.7
1.0-SNAPSHOT
1.9.4
3…
-
Test method that uses dataprovider doesn't follow parallel settings from suite.
1.
suite file:
```xml
```
data provider:
```java
@DataProvider
public Iterator dataProvider()
```
Test …
-
**Describe the bug**
starting from 6.4.34 we introduced new testNG-Foundation to manage listeners order. But lookslike order is not correct as valid naming for dataprovider tests can't be achieved