Skip to content

ATLANTBH/qamp-resources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

qamp-resources

QAmp code resources

QAmp Test Automation Setup

Before you start with this setup make sure that java is installed and you are familiar with git.

  1. Maven

    $ mvn --version
    
    • After Java and Maven are installed pull the example code from github and build it using:
    $ mvn clean install
    
  2. Selenium and TestNG

  • Check that Selenium and TestNG dependencies are added to pom.xml:

Running Tests

Run tests: $ mvn clean verify -Pserial

Releases

No releases published

Packages

No packages published

Languages