You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.
I have a method annotated with @before and what I do in that method is manipulate the web driver. Some of our feature scenarios interact with a browser and some do not and only via REST APIs. I do not want the browser to open for scenarios that do not require it so I thought if I could get access to the tags of a scenario and I define a reusable scenario called NO_BROWSER then for those scenarios I will not open a browser.
I looked at #199 but the base listener is not set during a Before method.
Any ideas?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have a method annotated with @before and what I do in that method is manipulate the web driver. Some of our feature scenarios interact with a browser and some do not and only via REST APIs. I do not want the browser to open for scenarios that do not require it so I thought if I could get access to the tags of a scenario and I define a reusable scenario called NO_BROWSER then for those scenarios I will not open a browser.
I looked at #199 but the base listener is not set during a Before method.
Any ideas?
The text was updated successfully, but these errors were encountered: