Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
28 views

I am trying to implement re-run logic for my scenario outline @DOC-136 @DOC-137 @DOC-138 @DOC-139 @Browser:Chrome Scenario Outline: AT01.01 - Test Workflow - Create a case When I open Create New ...
maksim korshikov's user avatar
8 votes
1 answer
8k views

I have been using the SpecFlow extension for Visual Studio 2022, but recently I noticed that it is no longer available for download and installation from the Visual Studio Marketplace. It seems like ...
Pramod Lawate's user avatar
1 vote
1 answer
57 views

With the old version of Specflow (3.0.0.0, and with .NET Framework 4.7.2), I could add Console.Writeline() into the step methods, and I ran the tests via Azure pipeline, on the Test tab I can get to ...
Vincent Zhang's user avatar
1 vote
1 answer
826 views

I am tyrying to build a custom Retry Hook for use with Reqnroll (the newer Specflow), and I am having some difficulty re-running the test. I am curios how I can actually re-run the same test on ...
rtgher's user avatar
  • 169
0 votes
3 answers
1k views

SpecFlow for VS 2022 2022.1.91.26832 Problem Cannot navigate to code behind feature file steps. Tried delete the .vs file delete %temp% files delete autogenerated .cs files for .feature files. close ...
Guy's user avatar
  • 830
0 votes
1 answer
212 views

I have a lot of testcases in SpecFlow for my website. There are different wizards in this website and I have created a tag for testcases associated with each, since changing something in the code of ...
Casper's user avatar
  • 7
0 votes
0 answers
150 views

I have been searching to find how I can add a screenshot to my LivingDoc report upon test failure (PlayWright Framework). My research has led me to the code below: [AfterScenario] public async ...
Jawad_Nazir's user avatar
0 votes
0 answers
2k views

I have created a functional test solution for my .Net application using NUnit3 and Reqnroll (formerly SpecFlow: the project was initially created using SpecFlow, later migrated to Reqnroll). Solution ...
The Furious Bear's user avatar
0 votes
1 answer
73 views

In my feature file I have 1 scenario outline with two examples that creates two teams. These teams are preconditions to two other scenarios: one deletes the empty team and one adds a user to a team. ...
Tomasz Grobelny's user avatar
1 vote
1 answer
156 views

I am using Playwright Specflow in Nunit to automate web applications. There are some flaky tests and I want to retry them automatically. I've tried using NUnitRetry.SpecFlowPlugin but it doesn't retry ...
kishor sharma's user avatar
0 votes
0 answers
454 views

I'm working on a .NET project where I want to integrate WebApplicationFactory with Testcontainers to use PostgreSQL for my SpecFlow tests. I'm facing some challenges ensuring that the PostgreSQL ...
Hasan Kanaan's user avatar
0 votes
1 answer
42 views

My SpecFlow automation scripts perform test on web applications. Web browser will be launched and user name and password will be entered to login and then the test continues. In my hooks class, The [...
captain jack's user avatar
0 votes
1 answer
300 views

I'm working with specflow and visual studio. The thing is that it continues throwing the same message "No matching step definition found for one or more steps." If I select the option to go ...
juandiegovg's user avatar
0 votes
0 answers
54 views

I am executing the Specflow BDD test and due to some issue on Chrome I need to do some tests on Firefox and rest of the tests on Chrome. Setup I did: Add @Firefox Tag to the scenario which needs to be ...
LearningSelenium's user avatar
0 votes
1 answer
165 views

After updating SpecFlow nuget packages, I started getting this error for some scenarios. For example, for this: Scenario Outline: Scenario1 Given Step1 When Step2 Then Condition1 I would get error : (...
sashoalm's user avatar
  • 80.5k
1 vote
0 answers
344 views

I have been attempting to utilize AssemblyFixture in SpecFlow to initialize the fixture only once for all the SpecFlow tests spanning multiple feature files. Could anyone share an example of how I can ...
Jyothish's user avatar
  • 561
0 votes
0 answers
48 views

I am getting started with Specflow/Cucumber and I have a scenario that has an enum and I want to run the different sceanarios against each enum value. As an example, I have an Enum (Alpha, Beta, Gamma)...
Thad's user avatar
  • 1,530
0 votes
0 answers
52 views

I have one question about Powershell can not run through inside .NET Process. I have the following Powershell $livingDocPath = "C:\Users\chris\.dotnet\tools\livingdoc.exe" $dllPath = "...
Chris Bao's user avatar
  • 2,928
1 vote
1 answer
196 views

When I run my SpecFlow suite with dotnet test, I don't want to see all the step output output from the passing scenarios. I've got nearly 200 scenarios-- I only want to see what's broken! This was ...
Grant Birchmeier's user avatar
1 vote
2 answers
519 views

I use SpecFlow.NUnit. Let's say I have 2 scenarios and I run them Scenario: First Given Definition1 Scenario: Second Given Definition2 [Given (@"Definition1")] public void Definition1{ ...
Eric Movsessian's user avatar
0 votes
0 answers
103 views

I am running tests in VS-2022 using Specflow and playwright. Below is the scenario happening with me. Debug Mode: While running test in Debug mode few steps are running fine but at one step its ...
Diwakar Paharia's user avatar
0 votes
1 answer
679 views

I have a specflow + Nunit with playwright project that has automated UI tests. I have created build and release pipelines for the project which seems to work fine except for one small caveat. While ...
Sunil Shahi's user avatar
0 votes
1 answer
67 views

We have this feature with multiple resolutions to test. We need to use this list of resolutions to test hundreds of sites and so would like to be able to reference the list of sites and this list of ...
Tyson Gibby's user avatar
  • 4,969
0 votes
0 answers
62 views

i need to generate allure result .now i am generating allure result in cmd by giving manualy the commands. so i want to automate that.i have created generic fuction for open the cmd and executing a ...
Charu's user avatar
  • 1
0 votes
2 answers
263 views

I am trying to find the google login button from this url https://marketsmithindia.com/mstool/landing.jsp#/signIn and getting this exception NoSuchElementException I am using Specflow, it is the most ...
Manvinder's user avatar
  • 4,591

1
2 3 4 5
47