CartoDB / carto.js

CartoDB javascript library
BSD 3-Clause "New" or "Revised" License
424 stars 264 forks source link

[CARTO Milestone] Improve our testing tools #1649

Closed donflopez closed 7 years ago

donflopez commented 7 years ago

Avoid the use of Phantom.js as a dead project, we have to improve our testing tools changing them for a fast alternative.

With Phantom.js dead, we have to use another alternative... I propose use karma with his Chrome launcher (using chrome driver) and other browsers allowing us to make the process faster and cross browser testing.

See tangram-carto

xavijam commented 7 years ago

I agree it would be a nice move.

xavijam commented 7 years ago

@rubenmoya and @rjimenezda are checking the Jest option @donflopez.