web-component-tester Questions

2

Solved

I'm having difficulties with actions on elements in shadowroot in my test context. Lets say I have a web component <my-component /> and it contains a button <input id="my-button"...

1

I am trying to create a blank project, like a template, using lit-html. I wanted to also add some testing capabilities, so i have been trying to get it to work with Karma. I can run a normal test, ...

1

The Polymer Starter Kit contains web-component-tester for unit testing your custom elements. In wct.conf.json you can specify the browsers to run the tests in. { "suites": ["app/tes...
Shirr asked 30/9, 2015 at 11:34

3

Solved

I need to configure the Polymer web-component-tester to use a Selenium Grid running at http://jenkins.myapp.corp.web:4444/wd/hub so I can run my tests on Jenkins. What is the Grunt config for this?...
Cordless asked 6/2, 2015 at 20:9

2

Solved

I'm trying to test a web component. Here is my project structure : ├── package.json ├── src │   ├── app.js │   └── index.html └── test └── hello-world-test.html Here is my working code : c...
Buckjumper asked 24/11, 2018 at 23:13

1

I use Codeship to test my project based on the Polymer starter kit v1.1. When I run npm test inside the test pipeline I see the following error: > @ test /home/rof/src/github.com/TFarla/night-...

1

While developing a Polymer web component, more specifically while adding additional tests, it can become quite cumbersome to run all of the component's test each time I make an adjustment to the te...
Graduate asked 6/7, 2016 at 8:43

1

I have hundreds of Polymer test suites. At the end of each test, I'd like to do some custom quality checks. Is there a way to do this globally for all my test suites?
Presbyter asked 28/10, 2016 at 7:18

1

Solved

Jenkins doesn't notice my test cases being ran in Polymer and I am not so sure how to generate the correct JUnit file. With the web-component-tester how do I generate JUnit formatted test output?
Hajji asked 8/7, 2016 at 16:50

2

Solved

We are trying to run the web-component-tester however it keeps stalling on the Selenium step. When I run wct -l chrome --verbose I get the following hook: prepare hook: prepare:selenium hook don...
Louvenialouver asked 18/2, 2015 at 1:43
1

© 2022 - 2024 — McMap. All rights reserved.