John Hill

Results 48 issues of John Hill

I'm using xk6 and xk6-browser for the first time. When running the example script: ``` import launcher from 'k6/x/browser'; export default function() { const browser = launcher.launch('chromium', { headless: __ENV.XK6_HEADLESS...

Hello! I think I pulled down the latest version and am seeing the following error when attempting basic auth WARN[0009] url:https:///node_modules/dist/openmct.js method:GET err:error fetching response body: context canceled category="Response:bodySize:fetchBody" elapsed="0...

awaiting user

We're establishing coding practices for our e2e suite before opening it up to the public. Generally, we're looking to *enforce* these code practices wherever possible _and would likely need most...

enhancement
help wanted

It would be great to have a rule to enforce expect.soft assertions. I've found that they've been a great way to isolate failure in tests but find it difficult to...

enhancement

**Context:** - Playwright Version: mcr.microsoft.com/playwright:v1.23.0-focal - Browser: chromium **Describe the bug** Filed here https://github.com/percy/percy-playwright/discussions/130 We are actively triaging a percy bug and as a part of that debugging process, we...

P3-collecting-feedback

Covers https://github.com/browserless/chrome/issues/2503

Hello! This project looks amazing and is something our team at NASA Open MCT would love to used within our [nascent performance testing suite](https://github.com/nasa/openmct/tree/master/e2e/tests/performance). I've seen a few requests for...

Forgive me if this would better suited as a Discussion (and feel free to move this issue), but I was investigating using the [opentelemetry-java sdk](https://github.com/open-telemetry/opentelemetry-java) alongside the opentelemetry-js web sd...

Playwright does not currently support a native metrics API made available in puppeteer. https://pptr.dev/api/puppeteer.page.metrics/ This has been filed in a few ways: https://github.com/microsoft/playwright/issues/16711 and https://github.com/microsoft/playwright/issues/590 I believe that #590 best...

P3-collecting-feedback

Hello! I saw the org.yamcs.http.HttpServer documentation available here https://github.com/yamcs/yamcs/blob/2a7e4a0f473b671b34023cac9b8ecb4ad34cab51/docs/server-manual/services/global/http-server.rst#L14 But did not see anything related to HTTP Cache-Control per resource/request. Is it possible to configure the http server to explicitly...