Test Framework

A simple Framework using common patterns (like the page object and factory pattern)

Execution

To run the tests simple use mvn test

The standardtest uses a chromedriver however you can also run it with mvn test -Pchrome or mvn test -Pfirefox

Additional comments

right now it runs in 2 parallel executions

And it executes the integration and ui tests at the same time.

Reports

It adds screenshots to failing tests and adds it to the Report under target/surefire-reports