Web-Components-Tester is a unit-test harness that makes testing your Polymer Web components a breeze!
Questions tagged [wct]
33 questions
0
votes
1 answer
How to display the XUnit test output on Jenkins
According to JUnit formatted test output I created an XUnit report xml with https://github.com/garcus/wct-xunit-reporter.
What does not work is that Jenkins displays the Test-Results. I tried:
different XUnit Test Results (Publish xUnit test result…

pme
- 14,156
- 3
- 52
- 95
0
votes
1 answer
Web Component Tester - gulp task to run test with each build
I want to put inside gulpfile something like:
require('web-component-tester').gulp.init(gulp);
gulp.task('default', function() {
gulp.watch(['elements/**', 'test/**'], ['test:local']);
});
The purpose is to watch test folders or elements folders…

bodley
- 187
- 1
- 4
- 15
0
votes
2 answers
Polymer tests never end on windows machines
I've developed an application using Polymer 1.0. My developer computer is a Mac, and I've not had any problems during development process.
However, when I clone my application on a Windows machine (Windows 10), the tests don't work at all.
Whenever…

jfcorugedo
- 9,793
- 8
- 39
- 47