-
-
Notifications
You must be signed in to change notification settings - Fork 88
Add DisableBrowserFetching property to AppliTools plagin #4913
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
Add DisableBrowserFetching property to AppliTools plagin #4913
Conversation
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.
Please add docs for the new property
@@ -154,6 +155,8 @@ private void testDefaultParameters(Supplier<List<ApplitoolsVisualCheck>> checksS | |||
converter.setAppName(appName); | |||
String baselineEnvName = "default-baseline-env-name"; | |||
converter.setBaselineEnvName(baselineEnvName); | |||
Boolean disableBrowserFetching = false; |
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.
can be inlined
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.
Updated. Thanks!
7b1d32b
to
d910ec0
Compare
...n/java/org/vividus/visual/eyes/converter/ExamplesTableToApplitoolsVisualChecksConverter.java
Show resolved
Hide resolved
d910ec0
to
bcd2ce5
Compare
a48c982
to
160fc3a
Compare
160fc3a
to
cb5635f
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4913 +/- ##
=========================================
Coverage 97.38% 97.38%
- Complexity 6597 6598 +1
=========================================
Files 921 921
Lines 19067 19071 +4
Branches 1269 1269
=========================================
+ Hits 18569 18573 +4
Misses 390 390
Partials 108 108 ☔ View full report in Codecov by Sentry. |
No description provided.