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
We have over 10 different servers/environments to run our tests on. Not all tests can be run on all servers, and we'd like to be able to configure more specifically which tests can't be run in the settings.json without changing the command lines for each build environment. I propose we add a blacklist where we can specify tests or test directories to skip within the settings.json, one for each environment.
I think it would be more elegant if we can overwrite the src_folders inside a specific test_settings section. How do you feel about this idea? I'm not sure about the term 'blacklist'...
We have over 10 different servers/environments to run our tests on. Not all tests can be run on all servers, and we'd like to be able to configure more specifically which tests can't be run in the settings.json without changing the command lines for each build environment. I propose we add a blacklist where we can specify tests or test directories to skip within the settings.json, one for each environment.
I'm proposing the config to be like so:
Thoughts?
The text was updated successfully, but these errors were encountered: