-
-
Notifications
You must be signed in to change notification settings - Fork 750
Gherkin world #2979
Unanswered
jonsamwell
asked this question in
Q&A
Gherkin world
#2979
-
Hi all is there any way to pass a Gherkin world object when running with cucumber tests?
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment
-
With codeceptjs 3.2.2 the @ is illegal character and errors out.
I have solved it using a global variables outside the GWT steps.
Your world object gives me the interesting idea to have a global world object variable and just tag the detailed variable eg world.email, world.user etc
Beta Was this translation helpful? Give feedback.
All reactions
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment