robotframework-lsp
robotframework-lsp copied to clipboard
Exclude Tags for Test Explorer
Is your feature request related to a problem? Please describe. A way to add additional args (for example --exclude tag) for test Explorer and run.
Describe the solution you'd like Add a setting, which arguments get added to the run, if it is started with the test explorer. We have some tests, which need a power cycle of the hardware device. In my local Test Setup i don't have the possibility to do that. We added tags to each test and i would like a way to exclude all of them, if i run it in VS Code.
Describe alternatives you've considered A .vscode/launch.json or .vscode/task.json which is used as base for the test explorer run