Cross Browser Testing your Stencil Web Component like a boss

added by JavaScript Kicks
2/18/2019 8:17:21 AM

928 Views

Stencil is a really great piece of software. For those who are not familiar with it, it is a " Compiler for Web Components ". Stencil comes by default with tools for testing your Web Component : Jest for the testing framework, and Puppeteer for " End-to-end "(e2e) tests.


0 comments