- We created some java code (
selenium webdriverscript) with Eclipse. - Inside my project I used
selenium jarfiles andTestNG jar - While running these scripts we go test output folder within Eclipse.
- Then we created an executable
jarfrom the script what we generated and while running this generated jar we are not getting the TestNG test-output folder.
Please suggest how could we create test-output folder while running our executable jar.
