Hey everyone. How can I split my unit tests and integrations test into two different test tasks?
I am trying to have two test tasks, 1 for unit tests and another for integration tests. My config currently looks like this
I can’t help too much as I have examples of a slightly different use case, but it looks like the tools are there to create a new js compilation (which automatically creates an associated sourceset), and there should be ways to get the plugin to create a test task for that sourceset.
Rob Murdock
03/20/2020, 2:06 PM
i haven’t done the latter myself as I needed to use a custom test task