web
web copied to clipboard
Guides, tools and libraries for modern web development.
I am running into the issue that @web/test-runner-puppeteer only supports Puppeteer version 20.x, which means it is running Chrome version 115. Therefore, I am not able to automatically test my...
We are trying to replace karma by web-test-runner but I have the following errors when I am launching tests:  after running the browser in debug mode ,following errors had...
docs(test-runner-module-mocking): ✏️ test-moduleMocking details on plugin import order Adding details on the order of plugin import in test config. Module mocking must be in first position to avoid conflict with...
Bumps [open](https://github.com/sindresorhus/open) from 8.4.2 to 10.0.3. Release notes Sourced from open's releases. v10.0.3 Fix target option on macOS (#332) b597dec https://github.com/sindresorhus/open/compare/v10.0.2...v10.0.3 v10.0.2 Fix Linux compatibility 798cd93 https://github.com/sindresorhus/open/compare/v10.0.1...v10.0.2 v10.0.1 Add Windows...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4. Commits 6585820 Release version 1.15.4 of the npm package. 7a6567e Disallow bracketed hostnames. 05629af Prefer native URL instead of deprecated url.parse. 1cba8e8 Prefer native...
We're porting the Leaflet testsuite from [Karma to Web Test Runner](https://github.com/Leaflet/Leaflet/pull/9242), and noticed that the test run seems to terminate seemingly at random. This can be reproduced by running the...
I think we just need to pull the bandaid off and deal with issues that arise. Trying to do this piece meal feels impossible.
## Description I'm working on integrating Web Test Runner with Angular CLI and noticed some limitations with respect to code coverage. We're trying to pre-build a project's tests and run...
``` Error while handling server request. TypeError: Cannot destructure property 'skipSelf' of 'options' as it is undefined. at Object.resolve (C:\Users\eight04\dev\linkify-plus-plus-core\node_modules\@web\dev-server-rollup\dist\createRollupPluginContextAdapter.js:66:21) at Object.importStyle (C:\Users\eight04\dev\linkify-plus-plus-core\node_modules\rollup-plugin-cjs-es\index.js:174:35) at context.isImportPreferDefault (C:\Users\eight04\dev\linkify-plus-plus-core\node_modules\cjs-es\lib\context.js:17:38) at writeImport (C:\Users\eight04\dev\linkify-plus-plus-core\node_modules\cjs-es\lib\import-writer.js:33:15) at...
## Description To integrate Angular CLI with Web Test Runner, we're pre-bundling application tests into a bunch of JavaScript files and then running WTR on the bundled output. By nature...