Skip to content
This repository was archived by the owner on Aug 10, 2022. It is now read-only.

Commit 3383dea

Browse files
committed
Set send_dom as True by default
1 parent 7915b32 commit 3383dea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eyes_common/applitools/common/config/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ class Configuration(object):
9494
save_failed_tests = attr.ib(default=False)
9595
fail_on_new_test = attr.ib(default=False)
9696
failure_reports = attr.ib(default=FailureReports.ON_CLOSE)
97-
send_dom = attr.ib(default=False)
97+
send_dom = attr.ib(default=True)
9898
use_dom = attr.ib(default=False)
9999
enable_patterns = attr.ib(default=False)
100100
default_match_settings = attr.ib(default=ImageMatchSettings())

0 commit comments

Comments
 (0)