Hey new friends,
I want to start using Java Playwright with gradle as the build tool. The problem is that all the docs only use maven and I cannot find the gradle equvilent on the playwright website. Here is an example: mvn exec:java -e -D exec.mainClass=com.microsoft.playwright.CLI -D exec.args="show-trace trace.zip" How do I run this command in with gradle?
Thanks for you help ๐
This thread is trying to answer question "How do I run a Java Playwright command with Gradle?"
Rayrun is a community for QA engineers. I am constantly looking for new ways to add value to people learning Playwright and other browser automation frameworks. If you have feedback, email [email protected].