SpecRun is an integration test runner for SpecFlow.
Questions tagged [specrun]
101 questions
1
vote
0 answers
Generating test report by Running Pickles UI against a Specflow test project using SpecRun unit test runner
When watching the video of using the Pickles UI from commandline, it is using the NUnit console runner to generate a TesResults.xml prior to using the PicklesUI. The PicklesUI uses the TestResults.xml generated from the NUnit console runner to…

user5199
- 359
- 2
- 15
1
vote
1 answer
Specrun timeout on test execution when performing a selenium wait longer than 10 mins
Using Specrun 1.5.2 with Specflow 2.1.0 to run my tests. I am having issues where the test keeps aborting using selenium to wait for a long amount of time(because I have to and there is now way around it presently).
WebDriverWait wait = new…

user5199
- 359
- 2
- 15
1
vote
0 answers
VSTS "Run Functional Tests" TestCategory Not Working With Specrun Tests
I am trying to run a subset of our specrun tests as part of our VSTS release process. It works fine with the "Visual Studio Test" step with TestCategory=SmokeTest:
It finds 47 tests and executes them. When I use the same configuration using the…

brushwood
- 115
- 3
- 9
1
vote
1 answer
SpecRun.exe: run .feature or .playlist file from command line
Good day. I have a several .feature files:
1.feature
2.feature
1.playlist
2.playlist
etc.
I can run they separatelly in visual studio:
-any feature file in debug mode
-any playlist with Test Explorer.
But if i need to run one of they from command…

Evgeniy175
- 324
- 1
- 9
- 23
1
vote
1 answer
How to implement parallel execution using Specrun for NUnit
I have installed the following NuGets : Specflow.Nunit,specflow ,Specrun.Nunit along with NUnit 2.6.3.
I am trying to execute runtests.cmd(automatically generated by specrun.nunit) but I am getting the following error…

NRT
- 125
- 2
- 11
1
vote
1 answer
Why does Specflow try to execute the same scenario multiple times?
I've added Specflow/Specrun to an existing Unit Testing project (based on XUnit 2.0) in Visual Studio 2015.
When I try to execute a single scenario it seems to try and execute the same thing 4 times. Here's the console output:
Scenario: Add…

PhD
- 11,202
- 14
- 64
- 112
1
vote
2 answers
how to run one scenario from another Scenario in Specrun
I have a 2 scenarios .
@Joinnow
Scenario Outline: join as a user
@changePasswrd
Scenario Outline: Change Password
Now i want to run @Joinnow as a part of @change password initial step. How would i do that ?

vic
- 217
- 1
- 7
- 18
1
vote
1 answer
How to Put List of Items into Scenario.context for Specrun
I need to put list of items into Scenario.Context.
For example i have
IList test = Driver.FindElements(By.XPath(""));
and it will return more than one values evertime and now if i want it to be stored in Scenario.Context how would i…

vic
- 217
- 1
- 7
- 18
1
vote
1 answer
Is there a way to include 'Remote Controller name' in *.runsettings file?
I'm having a integrated environment with TFS BuildServer + TestControler + Several TestAgents.
Previously I used a *.testsettings file and define the remote server under Roles.
I update the BuildServer to VS2013 and introduced SpecRun for test…

Anjana Kulasinghe
- 11
- 3
1
vote
2 answers
Configure SpecRun in TeamCity
I have some specflow test and I have configured it to Run in Teamcity using NUnit Runner. But currently
I have a requiremenet to run all the test using SpecRun Runner in TeamCity.
I am quite clueless as how to configure to run test using specrunner…

Timothy Rajan
- 1,947
- 8
- 38
- 62
1
vote
1 answer
Techtalk.Specrun.PendingTestException: No matching step definition found for one or more steps
When using Spec Flow and running a feature file that has implemented code behind it, I am seeing this:
Techtalk.Specrun.PendingTestException: No matching step definition found for one or more steps
I have code behind each of the features and…
1
vote
2 answers
Selenium IE driver not clicking when running with SpecRun but works when run with SpecFlow
Background:
We have a testing framework for running feature files using Selenium and the Firefox web driver.
All feature files test pass when running under Firefox.
For the test runners, we are using SpecFlow on developers/QA local machines and…

Brian Singh
- 6,686
- 4
- 25
- 22
1
vote
1 answer
SpecRun.exe hangs for 60 seconds after test execution
posted this to google groups SpecFlow but there is little or no activity there so here we go.
I have a SpecFlow/Selenium/MSBuild project and I am running one simple scenario through
the command line, something like this:
SpecRun.exe run…

imposter
- 11
- 2
1
vote
1 answer
SpecRun not integrating tests in Visual Studio 2012
With SpecRun 1.2 there looks to be support to integrate tests directly is VS test explorer. The only documentation I can find is this video https://www.youtube.com/watch?v=GBs2Lwqt5kI - you can see after installing the specRun nuget package, his…

kdubau
- 184
- 1
- 8
0
votes
1 answer
selenoid and specflowplus runner : how do they work togather
I am using selenoid with ggr and 10 hosts. per my understanding ggr devides the load to all the host machine based on quota.
my question is if in .srprofile I have thread count as 5 , will 50 scenario will be executed at once ( 5 threads will be…

smiles
- 221
- 1
- 4
- 19