Benoit Ruiz

Results 3 issues of Benoit Ruiz

## Question ❓ Hello! I'm pretty new to the world of optics. I stumbled on a problem recently and I was wondering if there was some kind of composition "trick"...

### What does this PR do? What is the motivation? Update a link in the guide to create Synthetics tests using HMAC authentication. ### Merge instructions Merge will be done...

Guide

### Minimal, reproducible example ```TypeScript const puppeteer = require("puppeteer-core"); const assert = require("node:assert"); const { join } = require("node:path"); (async () => { const browser = await puppeteer.launch({ args: [...

bug
confirmed
P2