micronaut-projects / micronaut-gradle-plugin

A Gradle Plugin for Micronaut
Apache License 2.0
65 stars 43 forks source link

Allow multiple values for the test runtime #919

Open musketyr opened 5 months ago

musketyr commented 5 months ago

Feature description

It would be great if there is a way how to specify multiple Test Runtimes for the project in case of using more than one test framework. For example our use can would be using Spock and JUnit 5 in parallel.