-
Notifications
You must be signed in to change notification settings - Fork 61
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
Accessing tested application services easily via driver's service container #116
Accessing tested application services easily via driver's service container #116
Conversation
Given the counter service is zeroed | ||
When I visit the page "/hello-world" | ||
Then the counter service should return 1 | ||
|
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.
Line to remove.
|
||
Scenario: Accessing a service from driver's service container (manually injected dependencies) | ||
Given a YAML services file containing: | ||
""" |
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.
Indentation.
|
||
Scenario: Accessing a service from driver's service container (autowired & autoconfigured dependencies) | ||
Given a YAML services file containing: | ||
""" |
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.
Indentation.
fed405e
to
e94285d
Compare
🎉 Thank you very much for implementing this feature! |
Thanks for your patience and code review 🎈 |
Thanks for implementing, we'll check it out! 👍 |
Fixes #86, fixes #110.
TODO: