Replies: 1 comment
-
Every hook can take a This will then allow you to access the current step using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, we have a spec file in the format below, all steps are implemented using Java.
We want a method to run before any
Step two
above executes. Is it possible to do so in Gauge using Java? I see below being referenced in the official Gauge doc but is there a way to add a filter to only execute it before certain steps (in this caseStep two
)?Beta Was this translation helpful? Give feedback.
All reactions