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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: