vkoves / carpe

Scheduling for the modern age - an UNMAINTAINED indigoBox project
http://carpe-uno.herokuapp.com
0 stars 0 forks source link

Write Acceptance Tests for Core Functionality #225

Open vkoves opened 6 years ago

vkoves commented 6 years ago

To be able to move over to Vue.js and ensure that functionality is still working as desired (and to generally improve test coverage of Carpe and help make new deploys go more smoothly), I will be taking on writing acceptance tests for all core Carpe functionality. This issue serves as a definitive list that I check off as I work.

Please comment with any suggestions you have for further tests of core scheduler functionality, since that's where the Vue.js work will be taking place.

Scheduler UI

Events

Categories

Repeat Breaks

Copied from my Vue.js Scheduler Planning

vkoves commented 6 years ago

My work on these tests can be found on the add-scheduler-acceptance-tests branch.