Make IStore available via ISpecificationContext#2064
Merged
Conversation
IStore available via ISpecificationContext
Member
Author
|
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
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
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
IStoreavailable viaSpecificationContextIBlockListenerto receive...