remotemobprogramming / timer

A team timer for mob.sh.
https://timer.mob.sh
MIT License
23 stars 4 forks source link

added cypress smoketest #19

Closed hollesse closed 1 year ago

hollesse commented 1 year ago

We should have our pipeline for releasing first, as we need to release this after the change. If we do not do this we will get false entries for the statistics

hollesse commented 1 year ago

I first really just thought about testing if the index page return 200 but then I it came to my mind that the timer heavily depends on JavaScript and that we do not have any good tests for that. So I thought some smoke tests that test the core functionality would be good to catch issues there. In my honest opinion we should later even think about writing more cypress test which can be added to the ci pipeline.