
Rami AbuGhazaleh
- Total activity 20
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 5
- Subscriptions 8
Activity overview
Latest activity by Rami AbuGhazaleh-
Rami AbuGhazaleh created a post,
[SpecFlow.Generator] "Go To Test" should navigate to the specific Example row in a Scenario Outline
Hi. If I right-click on a SpecFlow generated test in Visual Studio's "Test Explorer" and select "Go To Test", I expected to be navigated to the specific Example row in the Scenario Outline. For exa...
-
Rami AbuGhazaleh created a post,
[SpecFlow.Generator] Display warning which indicates which example name is duplicated
Hi. If there are duplicate example names, I'd like to see a warning which indicates which example name is duplicated. For example, Feature: My FeatureScenario Outline: My scenario outline Given ...
-
Rami AbuGhazaleh commented,
Right, by default, Visual Studio doesn't format documents on save. You have to opt-in by following the instructions here: https://devblogs.microsoft.com/visualstudio/bringing-code-cleanup-on-save-t...
-
Rami AbuGhazaleh created a post,
[Visual Studio Extension] Automatically format feature file on save
I'd like to be able to automatically format a feature file on save. For example, instead of having to go to Edit > Advanced > Format document (Ctrl+K, Ctrl+D), I want the feature file I'm currently...
-
Rami AbuGhazaleh commented,
If you use Azure DevOps pipeline, the Visual Studio Test Task has rerun/retry capabilities built-in. https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/test/vstest?view=azure-devops reru...
-
Rami AbuGhazaleh created a post,
[SpecFlow] Feature file code analyzer
Hi. I'd like to add a code analyzer to my SpecFlow project to analyze feature files for errors, warnings, and suggest code fixes. For example, I'd like to be able to configure a project to display ...
-
Rami AbuGhazaleh created a post,
[VisualStudio Extension] Use the format style in .editorconfig file for feature files
Hi. I would like the "indent_style" specified in .editorconfig to override the "Use tabs for indent" specified in Visual Studio > Tools > Options > SpecFlow > General > Formatting Options. An examp...