fomantic / Fomantic-UI

Fomantic-UI is the official community fork of Semantic-UI
https://fomantic-ui.com
MIT License
3.55k stars 328 forks source link

Testing #29

Open y0hami opened 6 years ago

y0hami commented 6 years ago

Checklist for testing

Key: ⛔️ = Blocked 🌀 = Upcoming ⚡️ = Started ✔️ = Complete

romaninsh commented 5 years ago

Another tool to consider: https://github.com/BBC-News/wraith See also: http://webdriver.io/guide/services/visual-regression.html https://percy.io (TBC) https://www.chromaticqa.com (OK to sponsor)

See also: https://docs.percy.io/docs/travis-ci

y0hami commented 5 years ago

Thanks, I will look into these.

lubber-de commented 5 years ago

I also came across https://codecov.io which seems to integrate seamlessly into gihub (for auto creates PR comments for code coverage) Free for open source

mvorisek commented 1 year ago

Eslint can be added and tested in CI easily, example from atk4/ui repo setup:

https://github.com/atk4/ui/blob/a1a8a2812a1332732d87667a2ff2a7cd780b81ef/js/.eslintrc.js https://github.com/atk4/ui/blob/a1a8a2812a1332732d87667a2ff2a7cd780b81ef/js/package.json#L11 https://github.com/atk4/ui/blob/a1a8a2812a1332732d87667a2ff2a7cd780b81ef/.github/workflows/test-unit.yml#L308