Skip to content

xavier-cr1/SpecflowBDD1

Repository files navigation

SpecflowBDD1 - HttpClient

INFO: -> If project fails when compiling: A- Check if there's a missmatch with your local version an server version (right click solution project and click Undo...). B- If A doesn't work, edit UserStories.AcceptanceTests.csproj Delete 's if the contain (...)feature.cs: ie: True True ForumService.feature This happens when specflow feature files are not well auto-generated.

-> If you see the steps in purple (step not found) 1 - Close visual studio. 2 - Open %TEMP% folder, delete specflow files (they'll regenerate again). 3 - Open visual studio. 4 - Build solution.

-> The tests will appear in test explorer. Open Test > Window > Test Explorer

RUN: -> A) Right click in the tests, Debug or Run.

-> B) Install NET Core in your pc > Open cmd window in the root folder of the project > Run dotnet test UserStories.AcceptanceTests

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published