Erek Speed
Erek Speed
Is there any update or workaround for this? I guess I can do a patch package... My patch for future reference: ```patch diff --git a/node_modules/@web/test-runner-visual-regression/index.d.ts b/node_modules/@web/test-runner-visual-regression/index.d.ts index f540538..5198ffa 100644 ---...
@paladox My policy is not to open pull requests unless there is acknowledgement from the maintainers. This repo has a large number of open PRs and so I think it's...
Bumping this issue again. Is the team open to a PR for this?
From https://stackoverflow.com/questions/10994324/chrome-extension-content-script-re-injection-after-upgrade-or-install there is an example regex: ``` if (tab.url.match(/(chrome|chrome-extension):\/\//gi)) { continue; } ```
Thanks for the report! I agree that this is a good change and I'll try to get to it sooner rather than later. (Spare time has been short lately :(...
I looked at this a bit to see how easy/hard it was. Some simple solutions are possible but there are several edge cases that make this untenable. I think we'd...
(A similar problem for .click was opened on puppeteer: https://github.com/puppeteer/puppeteer/issues/5201)
Any update on this?
I tested this again and it's still a problem. Prevents running tests concurrently.
Would a PR be accepted?