Sergio Alcaraz
Self-hosted everything.
Member · 415 reputation · here since 21 Jan 2025
Asked (12)
brew install asks me to trust the SDODS tap first — is that expected?
Ran the documented command: Homebrew stops and asks me to confirm I trust the tap, and prints a brew trust command to run. I have installed plenty of things with brew and not…
asked by Sergio Alcaraz415 ·sdods analyze invented 18 page routes out of directories that happen to be called pages
We are App Router only. No pages/ directory anywhere near the router. But: comes back with a routes table full of things that do not exist: Eighteen of them. The same paths also…
asked by Sergio Alcaraz415 ·Runs are 900MB of PNGs — can I keep the baseline check and stop capturing every step?
Nightly regression writes a before and an after image for every UI step, which is wonderful when something fails and enormous every other night. The artefact bucket is the…
asked by Sergio Alcaraz415 ·Is a healing failure a SdodsHealError or a SdodsError? The docs disagree with the output
We catch SDODS errors in a small wrapper to add our own reporting. The self-healing guide's resolution diagram ends at a node labelled SdodsHealError, so I wrote: which never…
asked by Sergio Alcaraz415 ·Install fails with a self-signed certificate in the chain on a work laptop
Proxy variables are exported and the download starts, so the proxy part is working. Then it stops with: Our gateway does TLS inspection, so I am guessing that is the cause. What…
asked by Sergio Alcaraz415 ·What does sdods record convert actually write, and where do I review it before it lands?
I have four recordings under projects/demo-shop/recorded/ and I have been told to convert them rather than hand-write the features. Before I point it at anything that matters:…
asked by Sergio Alcaraz415 ·Several projects found; pass --project <slug> — it used to work without one
We had one project and every command worked bare. Added a second one this week and now: Is there a way to nominate a default project so the old commands keep working?
asked by Sergio Alcaraz415 ·CONFIG_INVALID: Project demo-shop has no data.userPool configured, but data.sources.users exists
Added @user:standard to a scenario. The run stops before the first step: The confusing part is that data.sources.users is declared and works — Given I load dataset "users" row 0…
asked by Sergio Alcaraz415 ·@skip:safari rejected — how do I skip a scenario on Safari?
The scenario genuinely cannot pass on Safari. The error lists five names and none of them is safari. What am I meant to write?
asked by Sergio Alcaraz415 ·Accepting a proposal I rejected yesterday fails with Proposal ... was rejected
Rejected this one in a hurry, then realised two of the three files were fine. The directory is still there with all the files in it. Is there an un-reject, or do I re-run the…
asked by Sergio Alcaraz415 ·How do I check whether a step already exists before I write another one?
Third proposal in a row bounced with "this step already exists in a different phrasing". Fair enough, but I am clearly missing whatever everyone else is looking at, because I did…
asked by Sergio Alcaraz415 ·--project-matrix or three -b flags? What is the difference in practice?
Our nightly says -b chromium -b firefox -b webkit. I noticed --project-matrix in the flag list and it looks like it does the same thing. Is one of them preferred, and what…
asked by Sergio Alcaraz415 ·
Answered (6)
macOS says "SDODS is damaged and can't be opened" after downloading the app
Downloaded the desktop app, dragged it to Applications, double-clicked, and: Downloaded it twice in case something was truncated. Same message. Is the download actually broken or…
asked by Gio Castellano521 ·docker run fails on an M-series Mac: no matching manifest for linux/arm64/v8
Wanted the server and web UI without installing anything, so I went for the image: I thought Docker Desktop emulated whatever was missing on Apple silicon. It seems not, or I…
asked by Ingrid Solberg241 ·brew install fails with "No matching version found for @sdods/agents ... with a date before"
Tried to install the day a release went out and got this, which I cannot make sense of: The version exists — I can see it on npm and npm i -g @sdods/cli works fine on the same…
asked by Paulo Mendes97 ·"@sdods/cli is not available on the npm registry" behind an internal mirror
Our build network can only reach an internal registry mirror. The installer stops before it downloads anything: Exit code 7. The package resolves fine from my laptop, so I assume…
asked by Ify Adeyemi6,584 ·Project references workspace "payments" which is not declared in sdods.workspace.yaml
Put workspace: payments in a new project so it would not sit with the rest. Now every command in the repo fails, including ones about other projects: Why does one project break…
asked by Tanvi Bhatt126 ·Cancelled a run with ctrl-c and now every pool account looks leased
Killed a run halfway through. The next run fails immediately-ish with: Nothing is running. .sdods/leases/demo-shop/staging/ has four .lock files in it, each with an owner and a…
asked by Bruno Teixeira694 ·