web
web copied to clipboard
Guides, tools and libraries for modern web development.
This is how it looks in prod:  And this is after my change: 
Hi! I've recently moved my project from Karma to web-test-runner. I'm having trouble with coverage reports (wildly inaccurate reports are produced), though, so I decided to try the solution in...
This makes the PlaywrightLauncherPage function similarly to the ChromeLauncher where we attempt to load the coverage from the browser and return that if availble during the stopSession method. Currently the...
When using `@web/test-runner-junit-reporter`, the generated report is empty ### Expected Accurate JUnit XML report Docs: https://modern-web.dev/docs/test-runner/reporters/junit/ ### Actual - `reults/test-results.xml`: ```xml ``` ### Additional info - `web-test-runner.config.mjs`: ```js import {...
Bumps [ws](https://github.com/websockets/ws) and [@types/ws](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ws). These dependencies needed to be updated together. Updates `ws` from 7.5.9 to 8.18.0 Release notes Sourced from ws's releases. 8.18.0 Features Added support for Blob (#2229)....
ESbuild has a built-in text loader https://esbuild.github.io/content-types/#text, which allows us to load a file as a raw text string. So we are going to be able to load the HTML...
We would like to add an extra feature to the Test Runner: consumer driven contract testing/creation using PactJS. To learn more about contract testing, please visit https://pactflow.io/what-is-consumer-driven-contract-testing/. Contract creation can...
## What I did 1. Add support for the `reportResultsAtEnd` option in `defaultReporter()` 2. [ ] Add documenation
## What I did 1. New optional properties on CoverageConfig -- reportOptions, watermarks, and defaultSummarizer -- provide a means to configure long-existing features of Istanbul reporters. 2. Detailed documentation for...
## What I did 1. I introduced a top level local options, which allow you to disable the local proxy setup. This is specially useful when you just want to...