
Khaled Jawhar
- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Activity overview
Latest activity by Khaled Jawhar-
Khaled Jawhar commented,
Hello Mario, So basically I understand from your reply that adding the property tag to the feature levelĀ will be implemented but you can't specify an exact date right?
-
Khaled Jawhar commented,
Hello Mario, Yes I have selected the test output after installing runner but didn't see any link. As I mentioned before I did the following: I have specflow version 3.8.14 installed with Specflow.n...
-
Khaled Jawhar created a post,
[SpecFlow] Allow adding the property tag to the feature level for Specflow.externalData
Hello, Currently there is no way to parameterize the feature other than using Runner under which it needs an activation to work. This is a limitation for spec flow. Even using Specflow.external dat...
-
Khaled Jawhar commented,
Actually I was able to use the External Data but I was able to do that only on the scenario not on the feature level. I defined a json file with some properties let us say as follows: { "E-mail ...
-
Khaled Jawhar commented,
Hello Mario, There is a repo where the code reside and there is a jenkins pipeline that run the code on different machines to generate the dlls. I even tried installing the runner on my machine but...
-
Khaled Jawhar created a post,
Is there a way to parameterize the feature and run it multiple times in specflow without using runner
I would like to run a feature on multiple browsers and I had a post before regarding having parameter on the feature level in order to run the scenarios under the feature multiple times. The answer...
-
Khaled Jawhar commented,
Hello, To explain what I did from the beginning. I have specflow version 3.8.14 installed with Specflow.nunit and specflow.Tools.MsBuild.Generation packages as well. All what I did is that I instal...
-
Khaled Jawhar commented,
I have another question, I am using specflow with nunit do I need to do additional step to activate spec flow with runner after installing the nuget package. It looks like I can't see the appropria...
-
Khaled Jawhar commented,
Thank you for your reply, I was looking at a unique resource online but it wasnt clear enough how to use target. If let us say I have scenarios tagged with @test. I created 2 targets in the profile...
-
Khaled Jawhar created a post,
Is there a way to parameterize a feature the same thing with a scenario using scenario outline
Hello, I was wondering if it is possible to run the tests under a certain feature using different parameters. My point is that I know there is something called scenario outline which allows running...