-
This is my test class. Am I missing anything?
public class LoginTests{
LoginPage login;
@BeforeClass
public void dataSetup() throws IOException, InterruptedException {
login = new Log…
-
**Which version of Kotest are you using**
Master
```kotlin
private val accum: StringBuilder = StringBuilder()
open class TestListenerAfterParentTest : FunSpec() {
init {
beforeSpec {
…
-
### TestNG Version
7.0 & 7.1
### Expected behavior
IAnnotationTransformer called once per method. (version 6.X)
### Actual behavior
IAnnotationTransformer called 15 times per method. (vers…
-
Hi Team,
I am trying to use report portal for my project based on TestNG framework and Extent Reports. I have added report portal listener and trying to log execution status (i.e Pass or Fail) alo…
-
Hi
This is same issue as https://github.com/anshooarora/extentreports-java/issues/993 reported by @carlc986
which is in archive repo now
I could also reproduce the same issue, the time stamp …
-
Hi Anshoo,
I am getting nullpointer exception for using info in @beforemethod
ExtentTestManager.getTest().info("inside beforeMethod");
![beforemethod](https://user-images.githubusercontent.co…
-
Extent Report Version: 4.0.9
Issue: During testng package execution, if @BeforeClass of next test class has failure then current test is marked as failure. Is it designed to behave like this? Any he…
-
I was using version 3 of extent report before, now i have upgraded version 4, what i have observed is, in category level previously there is hyperlink test case wise, upon clicking on testcase in cat…
-
Hello Team,
For my every run , I see two suite name(duplicate) inside the launch. One is always in interrupted state and another one contains all my test cases with a log. Seems like duplicate suite …
-
I saw IDataProviderListener but it doesn't seem to provide what I need. I'm looking for a way to see the test data passed to the test annotated with the data provider in order to react to it.
For e…