Skip to content

Initial release

Choose a tag to compare

@mficzel mficzel released this 11 Feb 14:04
· 12 commits to master since this release
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'
```