generator-jhipster-quarkus
generator-jhipster-quarkus copied to clipboard
Native testing support
Is your feature request related to a problem? Please describe. While generating a native executable, the generated project does not provide a support for native executable testing.
This absence of testing is based on 2 limitations:
- Failsafe
3.0.0-M4
does not detect the native test method ( as for now I don't know if it's due to Quarkus or failsafe) - Native testing does not support
@Inject
and the whole test strategy relies on a liquibase injection reseting the test DB before each test.
Describe the solution you'd like Native testing should focus on testing the executable only without coupling to the Databse thus no injection.
Describe alternatives you've considered Manua testing
Additional context Add any other context or screenshots about the feature request here.
@danielpetisme Can you please give me access to add labels to this project? That way I can add some bug bounties.