Skip to content

Project with SpecFlow and Selenium to test the search feature in Google and Youtube

License

Notifications You must be signed in to change notification settings

pncsoares/specflow-selenium-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SpecFlow with Selenium Google and Youtube search feature test

This repository contains SpecFlow's BDD with Selenium with the aim to test the search feature in Google and Youtube platforms.

Technologies

Setup

Clone repository

Create and go to the directory where you want to place the repository

  cd my-directory

Clone the project

  git clone https://github.com/pncsoares/specflow-selenium-search.git

Go to the project directory

  cd specflow-selenium-search

Build

Using IDE

Click in the Build button

Using CLI

Open terminal and execute the following commands:

# run in SpecFlowCalculator directory
dotnet build

Test

Using IDE

Click in Run all tests button

Using CLI

Open terminal and execute the following commands:

# run in SpecflowSelenium directory
dotnet test

Generate test results

You need to have livingdoc installed in your computer

Open terminal and execute the following commands:

# run in SpecflowSelenium directory
livingdoc test-assembly SpecflowSelenium/bin/Debug/net6.0/SpecflowSelenium.dll -t SpecflowSelenium/bin/debug/net6.0/TestExecution.json

See test results

Open the LivingDoc.html that livingdoc created in the root of SpecflowSelenium directory.

License

MIT

About

Project with SpecFlow and Selenium to test the search feature in Google and Youtube

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published