JosephusPaye / Keen-UI

A lightweight Vue.js UI library with a simple API, inspired by Google's Material Design.
https://josephuspaye.github.io/Keen-UI/
MIT License
4.1k stars 438 forks source link

e2e tests #216

Open miherlosev opened 7 years ago

miherlosev commented 7 years ago

Keen-UI is a large set of components with complex logic. I propose to write e2e tests and setup CI on travis or appveyor. I can do this using testcafe. What do you think about this?

JosephusPaye commented 7 years ago

Hi @miherlosev,

Tests would be a great addition and I've been meaning to add them, but don't have the time yet. If you want to, go for it. Perhaps start with a few, so I can review and give feedback.

Thanks.