Replies: 1 comment
-
|
The new API's were added in this release Please make sure that you are using the correct version |
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.
-
I am trying to use data store and use some data from one step in another step.
But, when I try to use
`import com.thoughtworks.gauge.datastore.ScenarioDataStore;
// Adding value
ScenarioDataStore.put("element-id", "455678");`
as explained in here: hhttps://docs.gauge.org/writing-specifications.html?os=macos&language=java&ide=vscode#data-store
It does not works.
Looks like this import is not working.
Is there a different way to use data between steps?
Beta Was this translation helpful? Give feedback.
All reactions