/tamp-in-java-intermediate

Test Automation Mentoring Program in Java Intermediate #3

Primary LanguageJava

Integration tests for Real World app

About

This is a test automation framework with a list of the tests for Real World example apps.

Requirements

Plugin README
Java (at least 11) https://www.oracle.com/java/technologies/javase-downloads.html
Maven (at least 3) https://maven.apache.org/download.cgi
Google Chrome (latest) https://www.google.com/chrome/

Execution

To trigger the tests on local environment use follow command:

mvn test

This command will download chromedriver and trigger your tests against Google Chrome

You can also trigger the test against Selenium Grid using following command:

mvn test -Dgrid.url=[url]

where:

License

REPORT PORTAL

Add to your local system env properties RP_UUID (rp.uuid) and RP_PROJECT (rp.project). These properties can be found in your report portal profile on https://reportportal.epam.com.

E.g: export RP_UUID=4394hfkj-ewti74hifw-wkfubf-w484u export RP_PROJECT=Team work