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

test: introduce systemTest target #465

Merged
merged 2 commits into from Nov 20, 2023

Conversation

timonback
Copy link
Member

While IntegrationTest allows to use the SpringContext, SystemTest goes one level higher in the test pyramid and runs using the docker containers.

Motivation: SystemTest take longer to run as the docker containers need to be started. IntegrationTest strike a balance between fast to execute and high test coverage.

While IntegrationTest allows to use the SpringContext,
SystemTest goes one level higher in the test pyramid
and runs using the docker containers.

Motivation: SystemTest take longer to run as the docker containers need to be started.
IntegrationTest strike a balance between fast to execute and high test coverage.
Copy link

netlify bot commented Nov 19, 2023

Deploy Preview for springwolf-ui ready!

Name Link
🔨 Latest commit 7e1b2a5
🔍 Latest deploy log https://app.netlify.com/sites/springwolf-ui/deploys/655bb015f2beb30008229ee3
😎 Deploy Preview https://deploy-preview-465--springwolf-ui.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@timonback timonback merged commit fe2e3f6 into springwolf:master Nov 20, 2023
14 checks passed
@timonback timonback deleted the chore/introduce-system-test branch November 20, 2023 19:22
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.

None yet

1 participant