Working through PlayWright Getting Started documentation
PlayWright's Java documentation on Github.
Basic test run from command line: mvn exec:java -D exec.mainClass="org.example.App"
'PlayWright Basics' test run from command line: mvn exec:java -D exec.mainClass="org.example.playwright_basics.pwBasics"
After cloning the repo, open your terminal and navigate to the project's root directory and run either command above.

