envato-archive / guide

Document your application with a living component library and styleguide
https://rubygems.org/gems/guide
MIT License
8 stars 3 forks source link

Enable Guide::EndpointStocktaker to map endpoints for non-html formats #73

Closed lukearndt closed 8 years ago

lukearndt commented 8 years ago

In Envato Market, we have been experimenting with visual regression testing. We currently use a tool called Wraith, which requires a config file containing a list of the endpoints that we want it to compare with a previous version.

To generate this config file, we use the Guide::EndpointStocktaker.

Structures can be rendered in multiple formats. This change makes the Guide::EndpointStocktaker generate an endpoint for each scenario, for each format, resulting in a more complete and accurate list.

anthb commented 8 years ago

This looks great to me 👍