Skip to content

LambdaTest-sample-test-frameworks/Java-TestNG-Selenium-Jenkins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Environment Setup

  1. Global Dependencies
    $ brew install maven
    
  2. Project Dependencies
    • Check that packages are available
    $ cd Java-TestNG-Selenium-Jenkins
    $ mvn test
    
    • 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

$ mvn test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages