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
Copy file name to clipboardExpand all lines: docs/usage.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,8 @@ class MyStepDefinitions extends StepsForThis with StepsForThat {
47
47
48
48
You can also define glue code in **objects**.
49
49
50
-
It's **not recommended** though, because by definition objects are singleton and if your glue code is stateful you will probably have "state conflicts" between your scenarios.
50
+
Be aware that by definition objects are singleton and if your glue code is stateful you will probably have "state conflicts"
51
+
between your scenarios if you use shared variables from objects.
0 commit comments