Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 466 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 466 Bytes

Acceptance test showcase

This is a maven project. It can be executed by typing

mvn clean install -Pjenkins.

UAT tests in which steps are combined in a pipeline are located in the hr.ivlahek.showcase.uat.v2.TestUatSteps test class.

Steps are located in the hr.ivlahek.showcase.uat.v2.steps package.

UAT tests can be executed by running the UatSuiteTest test class.

hr.ivlahek.showcase.uat.v1 package contains UAT tests which are written old fashioned way.