/automation-test

Starter project for test automation using Selenium and Cucumber

Primary LanguageJava

Automated test project

Build status

This project is used to test automatically your web application.

It integrates:

Building

mvn clean install

Running the test

mvn test

Reporting

You will need to install allure framework on your system to be able to visualize the test result.

On MacOS, you can use this command to install allure.

Please, read the documentation to check how to install Allure on different operating system.

brew install allure

After the test run, the test result should be available in the allure-results folder.

Start the allure local server to display the result.

allure serve ./allure-result

This command should open your browser.

Example of allure report