When developing a Polymer web component, in particular when adding additional tests, each time I make adjustments to the tests, it can be rather cumbersome to perform the entire component test.
The simplest answer is to comment on tests that should not be performed, but it also becomes tedious.
Since the web tester component uses Mocha, there probably should be some way to specify only a specific set of tests to run. Itβs easy to target a specific file, but how can you target a specific test inside a file?
polymer web-component-tester
juriejan
source share