Mike Grybyk
Mike Grybyk
For some reason it doesn't work for me with `"@playwright/test": "^1.18.0"` and `"allure-playwright": "^2.0.0-beta.15"`
Thanks for the tip, let me try. I'd really like to have it working out of the box!
@tabermike you may run `playAudit` with `ignoreError` set to `true` and then do any assertions you like. Ex ``` const results = await playAudit({ url, port, ignoreError: true }) expect(results.lhr.categories['performance'].score...
The same issue causing troubles in storybook https://github.com/storybookjs/storybook/issues/26123
I'm replacing `ip` with https://www.npmjs.com/package/ip-address in some of my packages. I wanted to share this because it took some time for me to figure what the `ip` should be replaced...
Any updates on the issue? Can't start using `vite` because of that. Thank you!
Thank you! In meanwhile I've managed to workaround by using `rollupOptions.external` feature and using `vite-plugin-static-copy` plugin. I have to manually specify every file I want to use as url, ex...
@ondras Hello, are you still maintaining the project and can deploy changes? I'm considering now adding some features/fixing issues and would like to know if you are interested in reviewing/merging...
@ondras https://github.com/denoland/deno/issues/7217 is now resolved.
I'd personally like it to be a day. I think there are different other ways to perform the DoS attacks even with a very small timeout limit.