zinserjan / wdio-visual-regression-service

Visual regression service for WebdriverIO.
MIT License
102 stars 39 forks source link

add support for BackstopJS report UI #99

Open greenyouse opened 5 years ago

greenyouse commented 5 years ago

This adds support for the BackstopJS report UI. There's a new method called BackstopJS which extends LocalCompare. When tests run the tests results are recorded in a config file for BackstopJS and the report UI opens at the end of the test run.

Happy to help if there are any questions with this since it's a rather large change.

greenyouse commented 5 years ago

Sorry for the force push... I saw an npm issue and it looks like my local was out of sync before I opened the PR. Should be set now.

greenyouse commented 5 years ago

I was running node 8 so I guess if the open package doesn't support node 6 I should be able to swap that out for a similar package.