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

Update testing strategy #1

Merged
merged 1 commit into from
Aug 9, 2023
Merged

Conversation

jmesnil
Copy link

@jmesnil jmesnil commented Aug 9, 2023

  • Rely on the provisioned server + deployments to run the integration tests
  • Use a single managed Arquillian container to run the tests
  • Do not use profiles for testing, with this settings, there is no reason that integration tests should be skipped.

@@ -3,14 +3,15 @@
#set( $symbol_escape = '\' )
package org.wildfly.security.examples.test;
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@darranl That's not related to the intent of this PR but the generated example should also use the package instead of this hard-coded name

@jmesnil jmesnil force-pushed the darranl-WFLY-17651 branch from a2fe470 to a5a3022 Compare August 9, 2023 11:52
* Rely on the provisioned server + deployments to run the integration tests
* Use a single managed Arquillian container to run the tests
* Do not use profiles for testing, with this settings, there is no reason that integration tests should be skipped.

Signed-off-by: Jeff Mesnil <jmesnil@redhat.com>
@jmesnil jmesnil force-pushed the darranl-WFLY-17651 branch from a5a3022 to 68f1ba6 Compare August 9, 2023 11:54
@darranl darranl merged commit 0443f84 into darranl:WFLY-17651 Aug 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants