You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TASK: Allow to override the BackstoJS settings for each site-package
All settings can be overwritten for each site-package to adjust to multi site environments
```yaml
Sitegeist:
Monocle:
packages:
'Vendor.Site':
BackstopJS:
configurationTemplate:
paths:
bitmaps_reference: 'DistributionPackages/Vendor.Site/Test/BackstopJS/References'
engine_scripts: 'DistributionPackages/Vendor.Site/Test/BackstopJS/EngineScripts'
bitmaps_test: 'Data/Temporary/BackstopJS/Vendor.Site/Test'
html_report: 'Data/Temporary/BackstopJS/Vendor.Site/HtmlReport'
ci_report: 'Data/Temporary/BackstopJS/Vendor.Site/CiReport'
```