Ruud
Ruud
Unfortunately, we still need to support IE7
Playwright can also be used, which used connect(..) instead of launch(..) also: ` const browser = await pw.chromium.connect({ browserWSEndpoint: 'ws://localhost:3000', }); `
Support for this will be very useful for us too 👍
Created a pull-request to fix this issue: See https://github.com/PolymerElements/iron-overlay-behavior/pull/246
MSW uses strict-event-emitter instead of the EventEmitter of Node. That could be a suggestion to stay compatable with MSW.
Also utils/utils.ts uses `var path = require("path");`. It may be possible to separate the exports that target a node environment from the browser specific exports. Then they can be imported...
Modern web is setting standards for testing web components (using Lit) with the web test runner. For me Angular is not in scope, but it would always be good to...