web
web copied to clipboard
Guides, tools and libraries for modern web development.
Since 5.0, chai is distributed as an ES module, no need for the wrapper. ## What I did 1. I modernized the reference to `chai` in the example.
Hello, I'm willing to open a PR for allowing finer control over HTML minification with `@web/rollup-plugin-html`. Primary motivation for this feature, in my case, is preserving `` comments in Declarative...
## Bug Description When I run tests on iOS devices (iPhone/iPad) using the Browserstack launcher AND in the web-test-runner config `concurrency` is set to something >1, then I get the...
## What I did 1. provided a minimal reproduction of the bug We discussed a similar situation, but different, when the order of mocking and importing was relevant within a...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...
Bumps [open](https://github.com/sindresorhus/open) from 8.4.2 to 10.1.0. Release notes Sourced from open's releases. v10.1.0 Linux: Update xdg-open to 1.2.1 (#338) c702c66 https://github.com/sindresorhus/open/compare/v10.0.4...v10.1.0 v10.0.4 Fix support for passing predefined app to openApp()...
[test-runner/dev-server] JSON.stringify in web socket plugin fails on circular references in object
Hello! I've recently started to migrate our tests to web-test-runner (thank you very much for it!) but I've stumbled across a possible bug when I've added [chai-dom plugin](https://www.chaijs.com/plugins/chai-dom/) - whenever...
Calling `startTestRunner` with this config: ```js startTestRunner({ config: { testFramework: { config: { grep: 'GrepSomething' }, }, }, }); ``` would fail if another configuration down the line contain any...
Hello I am getting the following error after a fresh install ``` npm run storybook > [email protected] storybook > npm run analyze -- --exclude dist && web-dev-server -c .storybook/server.mjs >...
It's pretty common for me to pass custom arguments to the `web-test-runner.config.js` spawn: ```sh npm run test -- --custom_path custom/path/to/something ``` However, it looks like `process.argv` is fully handled before...