CartoDB / airship

A design library for building Location Intelligence applications.
https://carto.com/developers/airship/
BSD 3-Clause "New" or "Revised" License
75 stars 14 forks source link

Refactor e2e specs where possible #632

Open rjimenezda opened 5 years ago

rjimenezda commented 5 years ago

With stencil 1 we get a nice new tool that runs components in a puppeteerless environment. In some cases it might be useful using the e2e they provide with a real browser, but for basic snapshot testing the other one is fine, and way faster.

We should at least move all the legend specs to that pattern, check the Stencil 1 PR to see how we refactor some of them