You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding some quick notes from conversation with Henric of Happo.io:
To start, we could set up Happo on our main styleguide page and programmatically pull components from the examples directory we currently use to build the HTML. It will include some things (for example, buttons) in one diff when they're actually different components, but should be good to start. He mentioned that other companies usually have some grouping of components.
The main thing he flagged is that we'll need to grab the precompiled CSS before running Happo. @tdooner mentioned they used to do this when they worked together at Brigade. Henric also mentioned he used to work in Ruby/Rails in past, and would be interested in working with us to help get set up.
In future, we could potentially spin up multiple environments with each of the apps using the styleguide and test against them.
In developing this thing, I feel like we could use a setup on Circle CI with a few things:
When PR opened:
Explore: publish to review app, so changes can be reviewed visually(punted pending screenshot testing)Explore: Using happo.io for screenshot testing(moved to Explore screenshot testing #51)When merged to master:
Publish to a staging environment where we have a dummy application using our gem(to do when we feel a real need)The text was updated successfully, but these errors were encountered: