Skip to content

USLU24/Transavia

Repository files navigation

Demo for SpecFlow C# Muharrem USLU

Introduction

This project is the given solution for the Technicall Interview Challenge, check the file Challenge.pdf for more information.

Requirements

  • Dotnet Core 6.0
  • Allure CLI 2
  • Specflow 3
  • Nunit 3
  • Allure.Specflow Plugin

How to run

To run the tests, you need to have the dotnet core 6.0 installed on your machine, then you can run the following command:

dotnet test "SpecFlowRun.sln"

for the execution of a specific feature, you can use the following command:

dotnet test "SpecFlowRun.sln" --filter TestCategory=TagName

How to generate the report

To generate the report, you need to have the allure command line installed on your machine, then you can run the following command:

allure serve bin/Debug/net6.0/allure-results

App.config available Parameters

  • Browser: The browser to use for the tests
    • Chrome
    • Firefox
  • BrowserMode: The mode of the browser
    • Normal
    • Headless

About

transavia presentation project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published