GitHub Tugboat
Once you configured Tugboat to build your environments it is really easy to add Diffy visual testing to check those environments.
We have an example at https://github.com/DiffyWebsite/diffy-tugboat/tree/master/.tugboat
Once you have your environment ready (after all cache rebuild, config import) you need to trigger:
For this you need to configure two Tugboat variables:
DIFFY_API_KEY to be generated from https://app.diffy.website/#/keys
DIFFY_PROJECT_ID it is your project id. You can find it under project settings, General tab
Diffy configuration
In order for Diffy to post results back to GitHub as a check you need to add github repo to Diffy's Project settings under Notifications / GitHub and authenticate Diffy's GitHub check by visiting https://github.com/apps/diffy-testing
Last updated