microsoft / design-to-code

A system of development tools, and utilities used à la carte or as a suite to build enterprise-grade websites and applications.
MIT License
24 stars 6 forks source link

Add web component webpack apps in the examples folder #96

Closed janechu closed 2 years ago

janechu commented 2 years ago

Description

The current @microsoft/fast-tooling package uses Karma for testing of the web components. It has been determined that some types of tests are more reliable using Playwrite as it fully opens the browser. In order to do this, a certain amount of scaffolding must be put into place as Playwrite needs an actual locally hosted site to access in order to run the tests.

Requirements