Use when you need to implement acceptance tests from a Gherkin .feature file for Micronaut applications — @acceptance scenarios, @MicronautTest, HttpClient, BaseAcceptanceTest with TestPropertyProvider for Testcontainers and WireMock, *AT suffix, Failsafe. Requires the .feature file in context. Part of the skills-for-java project
94
92%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
Implement happy-path acceptance tests from Gherkin for Micronaut using real HTTP and infrastructure.
What is covered in this Skill?
Scope: Apply recommendations based on the reference rules and step workflow.
Do not generate without a .feature file; compile before and verify after.
.feature file must be in context — stop and ask if not provided./mvnw compile or mvn compile before applying any change./mvnw clean verify or mvn clean verify after applying improvementsFor detailed guidance, examples, and constraints, see references/523-frameworks-micronaut-testing-acceptance-tests.md.
a886986
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.