web
web copied to clipboard
Guides, tools and libraries for modern web development.
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [magic-string](https://togithub.com/rich-harris/magic-string) | [`^0.25.7` -> `^0.26.2`](https://renovatebot.com/diffs/npm/magic-string/0.25.9/0.26.2) | [](https://docs.renovatebot.com/merge-confidence/)...
## What I did 1. Updated `selenium-webdriver` dependency to 4.1.0
## What I did 1. Fixes a small casing issue in the documentation.
I'm using `@web/test-runner` version `0.14.0`. I have a `filterBrowserLogs` callback in `web-test-runner.config.mjs` and while I'm seeing some logs, I don't see any logs coming through for the following `console` methods:...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [ws](https://togithub.com/websockets/ws) | [`^7.4.2` -> `^8.9.0`](https://renovatebot.com/diffs/npm/ws/7.5.7/8.9.0) | [](https://docs.renovatebot.com/merge-confidence/)...
## What I did 1. Removed `describe.skip` in test suites for Selenium and Webdriver so we can run them again.
I am trying to mock a service and I have the following configuration: ``` importMapsPlugin({ inject: { importMap: { imports: { // mock a module in your own code '/src/services/hello-world-service.ts':...
I have an Open-WC generated typescript monorepo with Lerna on top; I am using the esbuild plugin for the dev server per the recommendation in the documentation. I am struggling...
Whenever I run the `visualDiff ` function for the first time, it does not save a baseline image and instead saves a failed image. Is this problem happening for anyone...
Right now the URL sent to browser launchers is based on the hostname and port that the local server is bound to. I'd like an option to change this so...