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
Currently existing script can be validated. Couldn't find a way to validate test script which refer other files in a folder as there is no option to open a folder. Organising test code in multiple files is a common use-case.
Is support for working with folders planned in upcoming release or if its already there can you help understand how to use it?
The text was updated successfully, but these errors were encountered:
Hi, work on a better workspace structure is planned for the future, currently the main support are for tests generated by the application and included in the current structure.
We currently support importing script files separately so for tests separated into multiple files I don't think we have proper way to handle them right now since we are prioritizing tests generated by the application 🤔
As far as I understand, you tried to open the test script using the Open external script button and k6 Studio wasn't able to run it - is that correct?
I'm aware of this problem and will try to fix it.
Without including the script itself, can you elaborate a little bit on how the test code is organized in this case? Do you use CSV/JSON files for data parameterization, import local JavaScript modules, or have some test logic in these other files?
Currently existing script can be validated. Couldn't find a way to validate test script which refer other files in a folder as there is no option to open a folder. Organising test code in multiple files is a common use-case.
Is support for working with folders planned in upcoming release or if its already there can you help understand how to use it?
The text was updated successfully, but these errors were encountered: