Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
31 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
0 votes
1 answer
31 views

Considering the following Then verifying method already implemented: /// <summary> /// Verifies the elements of a <see cref="ComboBox" />. /// </summary> /// <param ...
Bug Raptor'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
0 votes
0 answers
482 views

I went back to my automated testing using Specflow and visual studio and encountered a warning of: The project bindings (e.g. step definitions) could not be discovered. Navigation, step completion and ...
bdrummond's user avatar
1 vote
1 answer
58 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
0 votes
0 answers
25 views

My specflow scenario has 4 tags example @sanity-qa, @Regression-qa, @Sanity-Stg and @regression-Stg. Scenario example is below: @sanity-qa @Regression-qa @Sanity-Stg @regression-Stg ...
KC2024's user avatar
  • 1
1 vote
1 answer
838 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
1 answer
143 views

I'm facing a persistent issue with Visual Studio Code where the "Go To Definition" functionality (Ctrl+Click) doesn't work for SpecFlow steps. Despite successful test execution, the IDE ...
Dheeraj Kumar Rajak's user avatar
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
1 vote
2 answers
1k views

Go to definition in specflow feature file is not working in VS 2022. New steps (definition less) are not coming in purple, all the steps are white coloured. Trying to create definition for new steps ...
Sargon's user avatar
  • 11
0 votes
1 answer
214 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
22 views

The SpecFlow project (https://github.com/SpecFlowOSS/SpecFlow) provides an own plupin to integrate AutoFac as an external DI container. There is also a blog entry from the SpecFlow author where he ...
Olaf's user avatar
  • 4,036
0 votes
0 answers
151 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
45 views

I am trying to use multiple tags for a scenario outline in Specflow C# feature file. I need this implementation because of a change in functionality based on tag names. @User1 @User2 Scenario Outline: ...
Hemant Kumar Kushwaha'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
40 views

I have test written in Playwright +.net specflow nunit There is a problem in my app that freezes browser on certain condition. When test runs it, it is executed forever. Is there any way to terminate ...
laxsore's user avatar
  • 193
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
0 votes
1 answer
542 views

I try to give access browser to clipboard. I found this https://playwrightsolutions.com/how-do-i-access-the-browser-clipboard-with-playwright/ but it's for playwright with typescrip, so I'm looking ...
Dan123's user avatar
  • 1
1 vote
1 answer
158 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
2 votes
0 answers
138 views

We are upgrading from specflow 1.something to version 3.9.74. I'm having some trouble getting our custom TraceListener to work. This is the code of the IRuntimePlugin: using TechTalk.SpecFlow.Plugins; ...
jkokorian's user avatar
  • 3,115
0 votes
0 answers
457 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
1 vote
0 answers
62 views

I am unable to get logs into extent report. I am here looking for info logs such as Status.Info, from StepDefinition or from logic in page to extent report. I have implemented this in 2019 but now I ...
Harshit007'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
0 answers
39 views

I have created a nuget package containing steps which is then referenced on my test framework. In term of discovery and execution it works all fine, but I am unable to navigate to the step definition ...
jokwod's user avatar
  • 1
0 votes
1 answer
308 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
1 answer
665 views

I'm having a very specific, yet very interesting problem. So, the end goal is to have some end-to-end, specflow tests running in the Azure pipeline. Those tests are connecting to the Database, running ...
Nikola Pejic's user avatar
0 votes
0 answers
55 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
38 views

I'm using specflow and want a Repo to store all my xpaths to make it cleaner and easier to undertsand. So the Repo I have is using OpenQA.Selenium; using System; using System.Collections.Generic; ...
MrRabbit's user avatar
0 votes
1 answer
166 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
2 votes
1 answer
310 views

I created a new Maui Blazor app with VS 2022. I have the Reqnroll plugin installed and created a new project within the solution. I added a project reference to the first Maui Blazor app just like the ...
ninjagast's user avatar
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
94 views

I'm running into an issue where a private library method is trying to convert from string to my custom type, and is getting an exception: Invalid cast from 'System.String' to 'CustomStringValue'. ...
Jesse Williams's user avatar
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
1 answer
74 views

I have a spec flow automation framework. I am using Visual Studio Editor. in that, any definition in the definition file shows references zero. I want to display the reference number with the ...
Ram Kadam's user avatar
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
0 votes
1 answer
30 views

when am trying to add new steps, I want to check whether there are related steps exists in the repository. Is there an away to automatically populate the existing specflow steps based on keywords?
Suresh LakshmiNarayanan's user avatar
1 vote
1 answer
198 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
0 votes
1 answer
324 views

I have a few feature files that run in parallel using specflow I want to disable one of the features from running in parallel with others. Tried adding addNonParallelizableMarkerForTags field to ...
B121212's user avatar
1 vote
2 answers
527 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
-1 votes
1 answer
128 views

We are starting SpecFlow implementation and we are trying to find the best practice regarding a feature which required an awaiting state during the flow. Should we use one scenario with several When/...
fabours's user avatar
0 votes
0 answers
104 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
1 vote
1 answer
101 views

Our Specflow project started to fail the build with "Process is terminated due to StackOverflowException". I was able to trim down the test project down to just one feature file like this: ...
wqiu's user avatar
  • 281
0 votes
1 answer
685 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
0 answers
32 views

I would like to run the login StepDefinition method once before the test runs. But, not after every single feature run because I have code that saves the browser state after first login Given("...
user3354854'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
82 views

I have a gherkin and specflow script that registers a user, then in the same script I need to get into an external resource to get the verification code.... If I break it all into 2 different scripts, ...
user384884's user avatar
0 votes
0 answers
65 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
1 vote
1 answer
43 views

Came across this scenario and wondered if there was a DRYer solution. A feature with multiple scenarios. Each scenario has the same steps but, has different tags. Tags are used in Before scenario ...
DazManCat's user avatar
  • 3,650
0 votes
2 answers
264 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
0 votes
1 answer
393 views

I tried to use Testcontainers in my c# specflow. But it seems Scpeflow didn't wait for the container to start when i initiated my container in my custome WebapplicationFacotry class. At last I created ...
Seifolah's user avatar
  • 591

1
2 3 4 5
47