Devin McIntyre
Devin McIntyre
## Description If I merge from branch to branch, then revert the commit of the merge, I can't repeat the merge a second time without forcing a change to the...
### Expected behaviour If there is a 404, the Karma process should (optionally) fail. ### Actual behaviour If there is a 404, it is just logged. ### Environment Details -...
## Expected Behavior I can pass through the "file" option to reporters such as Cobertura in order to specify the report filename. ## Observed Behavior I cannot specify the report...
When I set the "lang" attribute on an element, it does not get set. Here is a test that won't pass: ``` // source code $(D.CONTAINER).attr('lang', lang); // test expect($(D.CONTAINER).attr('lang')).toEqual('ja-jp');...
I have three browsers being tested: Firefox, Chrome, and Edge. However, only one browser's results show up. It's typically Firefox, but it's sometimes Chrome.
Can't use `deferred.promise().catch`, so I'll have to find a different library.
I followed the instructions on [https://modern-web.dev/docs/test-runner/browser-launchers/playwright/](https://modern-web.dev/docs/test-runner/browser-launchers/playwright/). However, when I ran it, I had no output at all in the console, only "Process finished with exit code 1." After playing around...
## 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...
I am updating the documentation for CoverageConfig, and I realized the "report" option (boolean) does not seem to do anything. Setting coverageConfig.report to false did not stop any reports from...
## What I did 1. In test-runner-coverage-v8 index.ts v8ToIstanbul, it now ignores V8Coverage entry.url that are not valid URLs. I did not use URL.canParse because @web/root has engines node: >=18.0.0....