Skip to content

pomidorum1989/java-playwright

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running Tests with LambdaTest and Gitpod

  1. LambdaTest task: Link
  2. Gitpod link: Link
  3. Run the lambdaTest cloud tests from CLI using the following command:
    mvn clean test -DisLambdaTest=true -Pparallel-methods
  4. Run the test local from CLI using the following command:
    mvn clean test -DbrowserName=chromium -DisLambdaTest=false -DisHeadless=true -Pparallel-classes