web
web copied to clipboard
Guides, tools and libraries for modern web development.
Description -------------- Hello everyone, Erbil here. I hope you're doing great! I'm actively engaged in our project called [Baklava](https://github.com/Trendyol/baklava), a design system developed with Lit. Currently, we're utilizing your Playwright...
## What I did While debugging a `requestAnimationFrame` issue (bug coming soon) I discovered that Puppeteer's `createBrowserContext` function is not implemented despite being [clearly documented as supported](https://modern-web.dev/docs/test-runner/browser-launchers/puppeteer/#customizing-browser-context-and-page). I added this...
Hi, I just tried out using `testsFinishTimeout` as a simple timeout mechanism not coupled to the underlying test framework. It seems to function as a timeout, however it doesn't print...
fixes #2466 fixes #2456 ## What I did * rollup-plugin-html getInputData.ts was adding the inlineModules at the end of the list. I changed it to keep the original order and...
This code seems to get called twice: https://github.com/modernweb-dev/web/blob/245123e1b92fe0d468fc7ae1e25663f52e775bea/packages/test-runner-playwright/src/PlaywrightLauncherPage.ts#L46-L57 I'm working on why, but when it does the _second_ navigation to `about:blank` fails the first navigation and passed tests are voided....
I would like to be able to run tests in an HTTPS environment but I cannot find options to do this. Related issue: https://github.com/modernweb-dev/web/issues/2517
Would it be possible to add support to emulate `prefers-reduced-transparency` and `prefers-contrast` in `@web/test-runner-commands`? `prefers-reduced-transparency` is still considered experimental, but so far has good support. It's currently built in as...
How can I change the name of the folder in which assets are saved?
I was using the plugin in vite and here's the source code: and it result as follows that confused me: Maybe there's something wrong, please help, thanks! Here's my vite...
Hi! I'm having some trouble with getting the polyfill javascript files written to disk. They are only sometimes generated into the polyfills folder - more often if my system is...