-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add dataSet in session API #624
Comments
@adrianth could this feature be added at some time, or you see any consern about it |
Try to see if you can use execution environments instead. Here are some quick suggestions, using the example you provided. Test repo folder structure:
In file "Test 1", specify the
You can then specify the environment to work with in the command line, thus altering the data set used in the test.
If necessary, you can also combine multiple environments by using the syntax
The command line above will use all the data files from the I hope this gives you some ideas on how to proceed with your specific use case. |
Hi @adrianth This approach will give me more options thanks. But in this case, we alredy have an application that is in charge of provide cleanned test data, and we want to obtain the test data from this application to start test sesions. If this will be possible, would be great. |
It is possible to add a parameter to accept dataSet in session creation API like below?
When it is passed won't be taken the file of data folder, it will take the data passed by the API.
https://getopentest.org/reference/web-api.html#creating-a-test-session
The text was updated successfully, but these errors were encountered: