Open greenyouse opened 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.
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.
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.