aquality-automation / aquality-selenium-dotnet-template

Template project for aquality-selenium-dotnet library.
https://aquality-automation.github.io/aquality-selenium-dotnet-template
Apache License 2.0
10 stars 4 forks source link
aquality-template automated-testing automation selenium test-automation

Build Status Quality Gate

This template provides an example project for NUnit and Specflow. To use it, you need to delete the unused project.

The Allure report is also used. If you don't need it, also delete it from the code.

Aquality Selenium Template Project

Template for aquality-selenium-dotnet library.

Project structure

Configuration

settings.json file contains settings of Aquality Selenium library. Additional information you can find here.

allureConfig.json is a part of Allure Report configuration. See details here.

Tests execution

Scenarios from feature files can be executed with IDE or with .NET Core CLI dotnet test where you can specify all necessary arguments.

Reporting

Allure Framework is used as a reporting tool. Report data will be placed in {Environment.CurrentDirectory}/allure-results/ folder (you can change it in allureConfig.json file).

Run allure CLI command allure serve "{path_to_allure_results_directory}" to build and open report in web browser. To generate report in CI use corresponding plugin for your system.

License

Library's source code is made available under the Apache 2.0 license.