Skip to content

Files

Latest commit

 

History

History

playwright-java

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Testing Playwright in Java on LambdaTest

Setup

  • Clone the repo. Run cd playwright-java

Running your tests

  • To run a single test, run mvn -Dexec.mainClass="com.lambdatest.PlaywrightTestSingle" -Dexec.classpathScope=test test-compile exec:java