Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 557 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 557 Bytes

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