Skip to content

saksham2541996/LambdaTest_Demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To run single test (Web Browser Automation) use below command
     mvn test -D suite=single.xml

To run parallel test (Web Browser Automation) use below command
     mvn test -D suite=parallel.xml

To run single test (Android App Automation) use below command
     mvn test -D suite=android_single.xml
    
To run single test (Android App Automation) use below command
     mvn test -D suite=android_parallel.xml    
 
To run single test (iOS App Automation) use below command
     mvn test -D suite=iOS_single.xml
    
To run single test (iOS App Automation) use below command
     mvn test -D suite=iOS_parallel.xml 

To run Cypress Test use below command
     npm test    

Visual UI Tests with Selenium

Navigate to https://beta-smartui.lambdatest.com/

  1. Create a project with name - Demo
    image
  2. Run command mvn test -D suite=visual_baseline.xml
  3. run command mvn test -D suite=visualchangebuild.xml

Note- Above Step 1 & 2 in Visual UI test needs to be executed only onc's i.e to create the project and run the baseline.

In Demo's please don't change Baseline

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 91.4%
  • JavaScript 8.6%