-
Notifications
You must be signed in to change notification settings - Fork 0
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: add e2e test scenarios #13
Conversation
|
|
|
|
|
|
Code Coverage Analyse
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice structure, this looks easy to understand and easy to add more test scenarios 👍
Is there a code-climate plugin for test coverage for this, similar to what we have in ndb-core? Would be neat to see it as github PR checks (and track it in code-climate) instead of the multiple bot comments 😊
A ton of e2e test scenarios are still missing of course. Shall we create a separate issue for these?
(creating calculations, getting actual data calculated by sqs and all the webhook parts are critically to get tested ASAP)
...backend-service/src/test/kotlin/com/aamdigital/aambackendservice/container/TestContainers.kt
Outdated
Show resolved
Hide resolved
...kend-service/src/test/kotlin/com/aamdigital/aambackendservice/e2e/CucumberIntegrationTest.kt
Outdated
Show resolved
Hide resolved
.../src/test/resources/cucumber/features/reporting/reportcalculation/report-calculation.feature
Outdated
Show resolved
Hide resolved
Co-authored-by: Sebastian <[email protected]>
Closes #8
Closes #6