Problem with the execution with renqroll #308
Unanswered
esteban2050
asked this question in
Q&A
Replies: 1 comment 2 replies
-
You will likely want to investigate use of a [BeforeFeature] or [BeforeTestRun] hook rather than the [BeforeScenario] hook. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am facing one problem when I am trying to execute my test written with reqnroll, I am having in this moment 2 features with 2 respective stepDefinition classes. I understand for stepDefinition classes, I need to put [Binding] at the beginning but I have in a clase called Base one method with [BeforeScenario] to start the browser. The problem is when I am re using some steps from clase2 in clase1, the [Binding] is causing that [beforeScenario] executes multiple times and my browser is tarting many times. Could you help me with this ? I will appretiate it
Beta Was this translation helpful? Give feedback.
All reactions