-
```
Current test cases are limited in support for more than one database type.
Preferably the test cases should be the same but be "fed" with the correct
connection and MyBatis mapping.
Move from J…
-
I am new to Selenium learning to generate reports from Allure please help me I have downloaded the latest Allure file for windows, 1.2.17.3.zip(I have set the bin path in Environmental variables) .I h…
-
Getting a null Pointer when i execute the testNG.xml from commandLine if i have extent reports 3.0.6 intergrated
public void beforeSuite() throws Exception {
/**
* Initiate…
-
```
What steps will reproduce the problem?
1. In any config method use Reporter#setCurrentTestResult() method to set
particular test and then call Reporter#log() method with some message.
2. After com…
-
Instead of disabling flaky tests, we could instead mark them to be run in a separate Github actions runner. This runner could:
1) Not be marked as mandatory.
2) Could have retries on the individu…
-
How to control test case execution using testng.xml?
Can we control the test case execution using testng.xml while executing appium test case on AWS device farm?
In my local system i am able to pe…
-
## The problem
My test was working fine when I was using IOS12.4 and Appium 13.0. But now my Xcode got updated and I am having IOS13.0. Then my script starts failing. As suggested I updated appium …
-
Hello everyone,
I am learning Selenium. So I was trying to run parallel execution via Grid. And I got below error. I have mentioned the complete error detail below. Please help me to solve it.
o…
-
### TestNG Version
7.10.2
### Expected behavior
RetryAnalyzer triggered after @AfterMethod
ITestResult.wasRetried() returns false in @AfterMethod before retry
### Actual behavior
RetryAnalyz…
-
```
For unit testing.
```
Original issue reported on code.google.com by `crazybob...@gmail.com` on 22 Feb 2007 at 9:37