hbenl / vscode-jasmine-test-adapter

Jasmine Test Adapter for the VS Code Test Explorer
MIT License
20 stars 20 forks source link

Request: support for multiple jasmine configurations #44

Open egmacke opened 3 years ago

egmacke commented 3 years ago

I'm currently working on a project with a lot of tests. Currently they are all collected together and run via Jasmine, however I'm looking to break them out into separate configurations for unit tests and integration tests. (Largely for performance benefits and ease of management)

I was wondering how easy it would be to be able to provide the jasmineExplorer.config property as an array rather than a single value, then provide some way in the runner to pick the "active" configuration?