Slackbot
03/06/2022, 7:13 AMFleshgrinder
03/06/2022, 8:56 AMtestIntegration to ensure that it both sorts together with test (and other things like testFixtures) everywhere and reads as command on the command line: gradle testIntegrationVampire
03/06/2022, 11:20 AMintegTest which is also the most widespread it have seen.
The Gradle docs on the other hand call them intTest here: https://docs.gradle.org/current/userguide/userguide_single.html#sec:configuring_java_integration_tests.
While that chapter should probably be changed to either use the JVM test suites plugin, or to use a different example.Javi
03/06/2022, 12:43 PMFleshgrinder
03/06/2022, 1:20 PMtestFixtures task so that's fine.
Stuff like int, intg, ... is just cryptic. Not sure what's wrong with integration, functional, ... at least everyone understands what it is. Whether the test portion is the prefix or suffix shouldn't matter too much (except fs sorting) but it should be consistent. Having task names that resemble commands is imho always a nice too have.Adrian Baker
03/06/2022, 8:51 PMat least everyone understands what it iswell, if only everyone had the same idea of what an “integration” test is : )
Fleshgrinder
03/06/2022, 10:07 PMtest and testIntegration and that’s it.