-
### TestNG Version - 7.3.0
```java
public class ExecutionListener implements ISuiteListener {
@Override
public void onStart(ISuite suite) {
for (ITestNGMethod method : suite.getAl…
-
I have an issue with running tests on iOS 12.2 after I have updated to Appium server 18.3 and Appium Desktop 18.2
Appium Desktop works fine and can connect.
New project for Appium also works fine.…
-
The plugin fill fail because it wasn't able retry the lifecycle method.
There was a bogus attempt to support this that incorrectly assumed that all such failures manifested with the name “lifecycle…
-
## The problem
My existing tests failed when Selenide was upgraded to 5.15.0 from 5.7.0
## Details
I have a sample Selenide project which is working fine with JDK 1.8 and Selenide 5.7.0
I ju…
-
Can not set test case name/discription for each of the test case in a @DataProvider.
I want to run same test with a @DataProvider. But for each data provider run I would like to update the test des…
-
运行环境如下
1. 操作系统 win7
2. idea:2021.1.2
3. easyapi:2.2.8.183.0
以下是控制台的输出日志
run easy-yapi
[INFO] Start find apis...
[TRACE] find config file:E:\CodeRepository\inc-mtisp-core\.easy.api.config
[IN…
-
With agent-java-testNG I could only get tree as predefined in xml suite
So I'll got report …
-
I have created a listener class for my suite and have found that the isConfigurationMethod() is returning false for any of the @BeforeXXX and @AfterXXX annotations.
My snippet of test class:
``` jav…
-
Steps:
1. Attach @Listeners annotation
2. Define example listeners in next order: @Listeners({ReportPortalTestNGListener.class, ScreenShooter.class})
3. In onTestFailure metod we have next line: th…
-
Reuse fluent waiters for every direct driver call in carina otherwise we can observe below exception like below.
Also test returing default implicit timeout to 1 sec for example.
02:42:11 Sep 29…