Ashok kumar

Results 9 comments of Ashok kumar

@Priya3001 The runner files will be generated dynamically and how do we insert the Extent report codes in @BeforeClass and @AfterClass

I will look in to this and get back to you @email2vimalraj

@email2vimalraj I get the null pointer exception under @AfterClass ` Reporter.loadXMLConfig(new File("src/test/java/resources/extent-config.xml"));` This is the dynamically created runner class ``` import org.junit.AfterClass; import org.junit.BeforeClass; import org.junit.runner.RunWith; import com.cucumber.listener.ExtentProperties; import cucumber.api.CucumberOptions;...

@Priya3001 He told it will be fixed on the cucumber extent report upcoming release. Waiting for the release date.

@HoLeAnh Did you find the solution?

I use the mysql2 2.2.5 version which does not have cardinal but the helper.js requires for the cardinal as below. How to solve this? > Error: Can't walk dependency graph:...

any update on the feature?

> Then, uninstall the app -> install the app -> launch the app should be enough. @KazuCocoa is there a way to maintain the state of application when performing the...

I tried using both of the dialectOptions to the configuration as below but still I face the same issue > dialectOptions: { > "requestTimeout": 300000 > } > > dialectOptions:...