The reference documentation recommends acme-spring-boot-starter as a pattern for a custom starter name.
What if the acme feature has additional flavors to be auto-configured in tests? Is there any naming recommendation for the corresponding test-scoped starter?
I could imagine:
acme-spring-boot-starter-test
acme-test-spring-boot-starter
The reference documentation recommends
acme-spring-boot-starteras a pattern for a custom starter name.What if the
acmefeature has additional flavors to be auto-configured in tests? Is there any naming recommendation for the corresponding test-scoped starter?I could imagine:
acme-spring-boot-starter-testacme-test-spring-boot-starter