Douglas Parker

Results 54 issues of Douglas Parker
trafficstars

## Description I'm working on integrating Web Test Runner with Angular CLI and noticed some limitations with respect to code coverage. We're trying to pre-build a project's tests and run...

## Description To integrate Angular CLI with Web Test Runner, we're pre-bundling application tests into a bunch of JavaScript files and then running WTR on the bundled output. By nature...

Took a while to debug this one, but I was writing some tests which I discovered to be flaky for uncelar reasons. After a lot of digging, I was able...

## 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...

### What is the current behavior? Every Bazel program eventually needs to look up data in runfiles. Currently this done in JavaScript by either: * Accessing the `${RUNFILES}` environment variable...

enhancement
untriaged

It would be very cool for WCDT to visualize which components on the page were hydrated and which ones were not, perhaps by putting colored borders around custom elements in...

## Type of Change Feature ## Summary Could Greenwood support resumability? ## Details I was recently looking into [resumability](https://www.builder.io/blog/hydration-is-pure-overhead) in the context of [HydroActive](https://github.com/dgp1130/HydroActive/), but ultimately decided it wasn't really...

### What is the current behavior? `ts_project()` generally provides a `JsInfo` with `.d.ts` declarations _and_ `.js` sources, which is typically what you want in most situations. However, sometimes you want...

enhancement

### What is the current behavior? In Bazel by default, executable binaries have a built-in `args` attribute, so `bazel run` will automatically use those arguments. However, the args are dropped...

enhancement
help wanted
funding needed