Nikhil Sane
Runs everything in Docker, including this.
Member · 487 reputation · here since 6 Feb 2024
Asked (13)
What do the installer exit codes mean? They do not match the CLI ones
I want our provisioning script to react differently depending on why the install failed — retry a download, but fail the build for a bad flag. I found the CLI exit code table and…
asked by Nikhil Sane487 ·The generated env yaml points api at our copilot host instead of our API
envs/staging.yaml came out with: That is a different service entirely. The correct value is in the same .env.example file that analyze read: So it is not that it could not find…
asked by Nikhil Sane487 ·Node v20 is too old — can the installer sort that out itself?
Our runner image is pinned to an older Node and I do not own that image. Install stops here: Is there a way to get a new enough Node without rebuilding the image or asking the…
asked by Nikhil Sane487 ·The API added a field — how do I re-record so the old entries stop coming back?
Backend renamed a field. I re-recorded: The scenario passes now, but the file grew instead of being replaced, and the old response with the old field name is still sitting in…
asked by Nikhil Sane487 ·Why is a completely made-up tag only a warning while @jira:demo12 fails the build?
Trying to understand the severity model, because it looks backwards to me. @foo:bar is total nonsense and it only warns. @jira:demo12 is an obvious typo of a real thing and it…
asked by Nikhil Sane487 ·Trace links in the web UI give a 404 from /trace/ — is it my deployment?
Running sdods serve behind our reverse proxy. The run detail page is fine, screenshots load, the API panels load, and then the trace link goes to: Every other static path under…
asked by Nikhil Sane487 ·Can two projects share one page object, or do we copy the file and live with it?
We run two projects against the same design system: same header, same login form, same data grid, different products around them. The login page object is now duplicated in…
asked by Nikhil Sane487 ·Is my baseline being recorded at 2x because the laptop screen is retina?
Trying to work out in advance why a macOS baseline will not match a Linux one, before I spend a day on it. My assumption was device pixel ratio: the Mac renders at 2x, the runner…
asked by Nikhil Sane487 ·sdods heal report says No run found. but the suite ran two minutes ago
Exit code 2. The run directory is there and full of files — I can open heal.jsonl inside it.
asked by Nikhil Sane487 ·sdods mcp --http exits immediately with HTTP mode needs a bearer token
Trying to reach the server from a container on the same box, so stdio is out. Exit code 2. I did not expect auth on localhost. Is there a way to turn it off for a dev box?
asked by Nikhil Sane487 ·Recorded spec is all .btn_primary and nth-child — fix the locators before or after converting?
Recorded a checkout. The spec is mostly this: Each of those came back with a // sdods:fragile comment above it, and the CLI finished with I would rather not convert this into a…
asked by Nikhil Sane487 ·Repo-root .env and a project .env both set the same name — which one is used?
Monorepo with three projects. There is a .env at the repo root with shared values, and each project has its own .env.staging. If both define API_TOKEN, which is used, and is that…
asked by Nikhil Sane487 ·Running one scenario without waiting for the whole feature file
I am fixing one scenario in a feature that has eleven of them. Running the feature each time costs me two minutes per attempt, most of which is scenarios I am not touching. What…
asked by Nikhil Sane487 ·
Answered (5)
Can I build the server image myself and push it to our own registry?
Our cluster only pulls from an internal registry, so pulling from a public one is not an option regardless of how convenient it is. Is building the image ourselves supported, or…
asked by Zeynep Arslan64 ·Where does the Docker image keep its data, and what happens without the volume?
The documented run command has -v sdods-data:/data in it. I dropped it to try the UI quickly, created a couple of things, and after a restart they were gone. I assume that is the…
asked by Devon Marsh183 ·Can I run a suite with the Docker image, or is it only the server?
The image is described as the server and the web UI. Our CI does not need a UI, it needs to run the API layer and fail the build. Is the image the wrong tool for that, or does it…
asked by Bruno Teixeira694 ·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 ·Process "pr-chek" is not defined for project demo-shop — where do processes come from?
Typo, obviously. But the hint mentions two files — how do those two lists combine? We have pr-check in both.
asked by Bea Lindqvist4,318 ·