-
Notifications
You must be signed in to change notification settings - Fork 6
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
45 add hooks for tests #46
base: main
Are you sure you want to change the base?
Conversation
Test generation is working now in a very prototype style of way. ToDos:
|
Some notes from our call:
|
f01fcb7
to
70b9df5
Compare
…e right order; needs to be reworked and cleaned up
- removed old hardcoded test files - renamed test mode to "test-scenario"
c755e70
to
cfa6ec7
Compare
3db0437
to
4b9e886
Compare
I started refactoring the step definitions. Step definitions should be per aggregate and not per feature. This will make steps "reusable" throughout different scenarios regarding the same aggregate. For example to test if a car was completed or not after an update we would have two test scenarios that are identical until the Payloads will be written per Feature into the new folder Example to make it more clear:
To test that an update with production year would have a different outcome we still want the same starting point.
This will be possible once the refactoring is done. Ideally both scenarios are actually in the |
Ref #39 #45