Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 1.23 KB

README.md

File metadata and controls

22 lines (12 loc) · 1.23 KB

E2E automation pipeline with Serenity, Selenium, Rest Assured and Jenkins pipelines

This is a simple framework for automation tests pipeline with Serenity, Selenium, Rest Assured, Taurus and Jenkins Blue ocean" to give you a well built launch pad that you can use to give life to your own automation pipeline.

For the Presentation you can find it in the this link:

There is a list of prerequisites to run all the project tests:

With the help of Serenity framework and its ability to run tests by tags, you can run smoke, API and UI tests accordingly:

  • mvn clean verify -Dtags="type:Smoke"
  • mvn clean verify -Dtags="type:API"
  • mvn clean verify -Dtags="type:UI"