Skip to content

Test automation on cloud with TestNG and LambdaTest. Running TestNG test scripts at massive parallel on LambdaTest automation testing cloud

Notifications You must be signed in to change notification settings

asadlambdatest/Java-TestNG-Selenium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Environment Setup

  1. Global Dependencies
    $ install maven
    
  2. Project Dependencies
    • checkout the repository
    • Check that packages are available
    $ cd Java-TestNG-Selenium
    
    
    
    
    • You may also want to run the command below to check for outdated dependencies. Please be sure to verify and review updates before editing your pom.xml file as they may not be compatible with your code.
    $ mvn versions:display-dependency-updates
    

Running Tests

To run single test
    $ mvn test -P single

To run local test
    $ mvn test -P local

To run parallel test
    $ mvn test -P parallel

To run single test fron Jenkins
    $ mvn test -P singleJenkins

To run parallel test from Jenkins
    $ mvn test -P parallelJenkins

About

Test automation on cloud with TestNG and LambdaTest. Running TestNG test scripts at massive parallel on LambdaTest automation testing cloud

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%