-
Notifications
You must be signed in to change notification settings - Fork 471
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
Make IStore
available via ISpecificationContext
#2064
Conversation
IStore
available via ISpecificationContext
Since #1575 hasn't been released yet, I'm only adding a release notes entry for the store part. |
the current `Specification` instance instead of just the `IterationInfo`. This gives access to the `ISpecificationContext` as well as potential fields. For example, this could be used to trigger screenshots in a `Geb` spec.
c8e0542
to
ca6ded6
Compare
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.
LGTM.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2064 +/- ##
============================================
+ Coverage 80.44% 81.90% +1.45%
- Complexity 4337 4688 +351
============================================
Files 441 452 +11
Lines 13534 14671 +1137
Branches 1707 1845 +138
============================================
+ Hits 10888 12016 +1128
+ Misses 2008 1975 -33
- Partials 638 680 +42
|
IStore
available viaSpecificationContext
IBlockListener
to receive...