
Liam Harries
- Total activity 31
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 10
- Subscriptions 13
Activity overview
Latest activity by Liam Harries-
Liam Harries commented,
The "addNonParallelizableMarkerForTags" option looks like the better solution however if you need to do it at a scenario level you can use thread affinity <TestThreads> <TestThread id="0"> ...
-
Liam Harries commented,
I'm not aware of a way around this but would love to know if there was a solution, maybe this should be a feature request?
-
Liam Harries commented,
Here is an example of how we use targets<Target name="Chrome"><Filter>@AllStandard | @Chrome90 | @Chrome_Latest</Filter><DeploymentTransformationSteps><EnvironmentVariable variable="browser" value=...
-
Liam Harries commented,
If you're using the SpecFlow+ runner you can use targets in your profile to run all the tests multiple timeshttps://docs.specflow.org/projects/specflow-runner/en/latest/Profile/Targets.html We us...
-
Liam Harries commented,
If you're using the SpecFlow+ runner you can use targets in your profile to run all the tests multiple timeshttps://docs.specflow.org/projects/specflow-runner/en/latest/Profile/Targets.html We use ...
-
Liam Harries commented,
Hi Mario, Yes, we use VS in my organisation with the Specflow extension. That example from Rider is what I was imagining.
-
Liam Harries commented,
Have you thought about using hooks/tags to run setup. for example you could have@Launch_MarketScenario: User buys milk then in your steps have a binding scoped to the tag @Launch_Market that calls ...
-
Liam Harries created a post,
[VisualStudio Extension] - Display scenarios that use a test step
Currently as part of our QA rules, we put a comment above each step in our code to ensure we don't have dead code or impact other scenarios without realising. The problem with this is that it's not...