Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Native testing support #49

Closed
danielpetisme opened this issue May 10, 2020 · 1 comment · Fixed by #280
Closed

Native testing support #49

danielpetisme opened this issue May 10, 2020 · 1 comment · Fixed by #280
Labels
$$ bug-bounty $$ https://www.jhipster.tech/bug-bounties/ enhancement New feature or request help wanted Extra attention is needed $200 https://www.jhipster.tech/bug-bounties/

Comments

@danielpetisme
Copy link
Member

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 danielpetisme added this to the v0.0.2 milestone May 10, 2020
@danielpetisme danielpetisme added enhancement New feature or request help wanted Extra attention is needed labels May 10, 2020
@joewhite101 joewhite101 modified the milestones: v0.1.2, v1.0.0 Sep 14, 2020
@mraible
Copy link
Contributor

mraible commented Sep 17, 2020

@danielpetisme Can you please give me access to add labels to this project? That way I can add some bug bounties.

@danielpetisme danielpetisme removed this from the v1.0.0 milestone Jan 6, 2021
@mraible mraible added $$ bug-bounty $$ https://www.jhipster.tech/bug-bounties/ $200 https://www.jhipster.tech/bug-bounties/ labels Mar 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
$$ bug-bounty $$ https://www.jhipster.tech/bug-bounties/ enhancement New feature or request help wanted Extra attention is needed $200 https://www.jhipster.tech/bug-bounties/
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants