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
Similar to being able to define a custom workspace, I wonder if it would be possible to just define a different config file.
Giving some context:
We wanted to disable retries for some test, but right now we are forced to apply that setting to all tests inside the same workspace since it's a config attribute. Not ideal.
Similar, we wanted to use executionOrder, parameter that needs to be defined in the config. However, it fails when flows listed can't be found (due to not being included when running specific tags, include-tags).
I assume we could create a different workspace for each suite that requires a different config, but that will force us to duplicate shared flows across other workspaces.
Thanks!
The text was updated successfully, but these errors were encountered:
Similar to being able to define a custom workspace, I wonder if it would be possible to just define a different config file.
Giving some context:
We wanted to disable retries for some test, but right now we are forced to apply that setting to all tests inside the same workspace since it's a config attribute. Not ideal.
Similar, we wanted to use executionOrder, parameter that needs to be defined in the config. However, it fails when flows listed can't be found (due to not being included when running specific tags, include-tags).
I assume we could create a different workspace for each suite that requires a different config, but that will force us to duplicate shared flows across other workspaces.
Thanks!
The text was updated successfully, but these errors were encountered: