You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Akshay,
I was able to run one of the test successfully, but do not see any html report and PDF report generated under target folder. I did manually create folders with names "HTMLReport" and "PdfReport" under target folder. Appreciate if your help
@jagdishgubbi : in playwright.config.ts modify this line with your custom location . Pdf reports are not implemented. You can only read pdf files in my framework.
I was actually running the feature file "Run as->Cucumber feature" from eclipse. After running "Testrunner" as Jnuit tests I was able to see the PDF and HTML reports being generated.
Is there an way I can generate these reports (html and PDF) when I run single scenario or one single feature file. ?
@akshayp7 This worked. Thank you very much.
One last request. Is there a plan to include TestNG to this Playwright+Java+BDD framework where we can configure parallel executions, browser type , Tags etc in TestNG.xml file. (Where you have used Junit currently).
It can be achieved using Junit as well
For executing test cases in parallel, navigate to pom.xml and in plugin in configuration section provide false Now if you want to run 4 features in parallel provide 4 in maven-failsafe-plugin section in pom.xml and execute below command
mvn verify
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Looking for the latest TMZ celebrity news? You've come to the right place. From shocking Hollywood scandals to exclusive videos, TMZ delivers it all in real time.
Whether it’s a red carpet slip-up, a viral paparazzi moment, or a legal drama involving your favorite stars, TMZ news is always first to break the story. Stay in the loop with daily updates, insider tips, and jaw-dropping photos.
🎥 Watch TMZ Live
TMZ Live brings you daily celebrity news and interviews straight from the TMZ newsroom. Don’t miss a beat—watch now and see what’s trending in Hollywood.
Hi thank you for your patience. Have you tried 'global-setup.ts' file in framework. All basic setups are done here .