Douglas Test Task

This is a test automation project with UI tests for "Douglas web-site"

Pre-requisites

For building this project it is necessary to install the following:

Set up and running tests

   $ https://github.com/yurydiahiliev/douglasTestAssignment.git
   $ mvn clean install

For locally running tests, use "FilterProductsTests.java" class to run all tests immediately

It is possible to run all tests on Firefox browser with additional VM option

   $ mvn clean install -Dbrowser=firefox

In both cases we have automatically generated Allure report, for more details use this link (Allure Report) Otherwise, report can be generated by separate CLI command

   $ mvn site

After executing report will be available in build directory and can be opened through index.html file in any of browsers:

   $ /target/site/allure-maven-plugin

Allure report's views which generated after run tests

Report overview Report suites Report graph