Skip to content

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

Notifications You must be signed in to change notification settings

jahirmedinacs/Tech-Demo-CSharp-Tranzact

Repository files navigation

Tech Demo C# Tranzac

pages-build-deployment

See the Web Report of the Demo here

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 "./TechDemoCSharpTranzsact.sln"

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

dotnet test "./TechDemoCSharpTranzsact.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
  • AutomationSpeed: The speed of the automation
    • Normal
    • Slow
    • Slowest
  • BrowserMode: The mode of the browser
    • Normal
    • Headless

About

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

Topics

Resources

Stars

Watchers

Forks