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

Comment From: wilkinsona

The recommendation to use a spring-boot-starter suffix still applies so I would go with acme-test-spring-boot-starter.