skhandekar1

Results 6 issues of skhandekar1

I currently have the following code to generate the class and the @Tests report ``` public static synchronized ExtentTest startParentTest(String testName) { parent = extent.createTest(testName, "Hello my parents name is");...

## The problem I am trying to run a test class in a suite. The class that is giving the error is running a data driven test. The beforeMethod in...

## The problem I am running a simple demo test to test out parallel testing with appium, selenium grid and testNG. I am getting a session not known error. ##...

When I run multiple suites using testng, level file, is it common convention to have single extent report html for all suites or should I have separate ones for each...

I want to attach my log files to my extent reports. I saw the following from @anshooarora, but it does not solve my issue completely https://github.com/anshooarora/extentreports-java/issues/249 The problem is that...

In our automation tests, we are using firmware devices. The device serial numbers are passed through and input properties file and change for each user of the automation framework, depending...