You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Polymer
Hi,
I've watched the videos on unit test from https://www.polymer-project.org/1.0/tools/tests.html but noticed that for each test run, wct needed to be run manually and that mulitple browsers will be launched and that all the browsers would then close at the end. Is there a template or sample polymer project setup to minimise the tdd test cycle that I can reference? Ideally, the unit tests would run automatically on file changes and the browsers do not need to be reloaded each time.