ProjectEvergreen / project-evergreen

Wiki and high level "feature" tracker for Project Evergreen
https://projectevergreen.github.io/
Apache License 2.0
11 stars 1 forks source link

As a developer I would like to persist the unit testing process in a watch / "TDD" mode #42

Closed thescientist13 closed 5 years ago

thescientist13 commented 6 years ago

Type of Change

Summary

While unit testing with web-component-tester, it is not possible yet to keep runner open such that a developer doesn't have to keep re-running wct.

Use Case

This would greatly improve the ability of developers to work faster by automating parts of the unit testing workflow, which in itself, encourages unit testing, like Jest watch or Karma singleRun feature.

Code Sample

TBD, but there is an issue in the WCT tracking that request.

Pros / Cons

Presently only "con" is that the feature is not available yet, and not sure what the priority is on it upstream.

thescientist13 commented 5 years ago

Implemented as part of #44 in https://github.com/ProjectEvergreen/create-evergreen-app/pull/14/