Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 919 Bytes

File metadata and controls

18 lines (10 loc) · 919 Bytes

SanityTestingWithTestNG CircleCI

This is the a sample Java 'Getting Started' project to understand Sanity Testing using TestNG.

About the Demo

Originally, this demo was created to demontrate a sample application for the article - Sanity Testing with TestNG. So, you can read about tech stack, prerequisites, about the applcation in this guide.

Test Execution

Following command is used to run all tests in unit package as per the setting of src/test/resources/Testing.xml file.

mvn clean test

Surefire Test Reports

You can find all the generated test reports in the following location

./target/surefire-reports