newsuk / AyeSpy

A performant visual regression testing tool
BSD 3-Clause "New" or "Revised" License
203 stars 13 forks source link

Integration with Saucelabs #178

Open thedewpoint opened 5 years ago

thedewpoint commented 5 years ago

Is there a way to integrate this with saucelabs ? The configuration looks like it requires a selenium grid. Also the documentation doesn't explain how to compare against local images even though I saw a PR that enabled it. Is this available anywhere?

lukasr22 commented 5 years ago

Hello @thedewpoint, AyeSpy using selenium grid for testing scenarios so there is actually no integration with saucelabs. If you wanna run snap and compare image locally just simple don't add parameter --remote. PR is only available if you using parameter --remote which makes new folder in S3 bucket with specific branch folder that you define.

thedewpoint commented 5 years ago

@lukasr22 But saucelabs uses the same selenium API so providing support would be as simple as including the sauce tunnel module. I had to switch to using theintern/visual-plugin because they provided support for this