acolono / opencounter_api

0 stars 0 forks source link

Continuous testing for immediate feedback using task runner #17

Closed rosenstrauch closed 7 years ago

rosenstrauch commented 8 years ago

as a developer in order to get immediate feedback from failing and succeeding tests i want to have a taskrunner that reruns the tests when i save the code that is being tested.

would be nice to have terminal output and show html report of behat tests in browser browser reload automation would also be great

Hypothesis: If tests run automatically whenever I save, testing will become more efficient, especially since I will be less likely to forget to run a test. if test driven development works and has benefits then continuous (automated) testing and immediate feedback could exaggerate its impact

Cost to learn: 2h R&d

Plan to proceed:

Needed to proceed: tests that can be run