-
8000
-
Notifications
You must be signed in to change notification settings - Fork 88
[extension-selenium] Update screenshot taking step (#1795) #2295
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 t 8000 o our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
valfirst
merged 1 commit into
vividus-framework:master
from
draker94:update_screenshot_taking_steps
Dec 20, 2021
Merged
[extension-selenium] Update screenshot taking step (#1795) #2295
valfirst
merged 1 commit into
vividus-framework:master
from
draker94:update_screenshot_taking_steps
Dec 20, 2021
Conversation
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
Codecov Report
@@ Coverage Diff @@
## master #2295 +/- ##
=========================================
Coverage 88.00% 88.00%
+ Complexity 5545 5544 -1
=========================================
Files 762 762
Lines 15401 15403 +2
Branches 1033 1033
=========================================
+ Hits 13554 13556 +2
Misses 1712 1712
Partials 135 135
Continue to review full report at Codecov.
|
valfirst
requested changes
Dec 16, 2021
...xtension-selenium/src/main/java/org/vividus/selenium/screenshot/AbstractScreenshotTaker.java
Outdated
Show resolved
Hide resolved
vividus-extension-selenium/src/main/java/org/vividus/selenium/screenshot/ScreenshotTaker.java
Outdated
Show resolved
Hide resolved
...xtension-selenium/src/main/java/org/vividus/selenium/screenshot/AbstractScreenshotTaker.java
Outdated
Show resolved
Hide resolved
06ba10a
to
95b1c9d
Compare
valfirst
reviewed
Dec 17, 2021
vividus-extension-selenium/src/main/java/org/vividus/steps/ui/ScreenshotTakingSteps.java
Outdated
Show resolved
Hide resolved
valfirst
requested changes
Dec 17, 2021
...xtension-selenium/src/main/java/org/vividus/selenium/screenshot/AbstractScreenshotTaker.java
Outdated
Show resolved
Hide resolved
…#1795) Update screenshot taking step (`When I take screenshot`) to publish screenshot only in Allure Report.
95b1c9d
to
90ad165
Compare
valfirst
approved these changes
Dec 20, 2021
ikalinin1
approved these changes
Dec 20, 2021
uarlouski
approved these changes
Dec 20, 2021
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.
Closes #1795.
When I take screenshot
) to publish screenshots in the report only.