Did you check the docs?
Is your feature request related to a problem? Please describe.
TestHelper.run_test(tests)
takes a list of tests. launcher config that will be passed to DAP will be resolved within the API. since we are passing the tests, there is no way to change DAP launch configuration. For instance, if the test run should no be run in debug mode noDebug
property should be passed to dap.run()
Describe the solution you'd like
Describe alternatives you've considered
Additional context
No response