Replies: 1 comment 2 replies
-
Are you facing any errors while using The path of the data folder should be from the current working dir where you are executing the test run command. May be try this |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm evaluating your tool and I'm trying to load data from
data
folder (within I have atemplates
andmaps
folders, respectively, just like in your example.In total, it looks like this:
The test itself:
environments.json
:And so this code should in theory load data for further tests and set the base url (
package.json
is in the main project folder). It does neither. Could you please elaborate on the use ofstash.loadData()
? It's not loading anything, no matter the path todata
folder - even absolute path fails. Adding maps manually in test and setting the baseUrl works, but it's not enough for our use case.Beta Was this translation helpful? Give feedback.
All reactions