Ade Oyinlola
Mobile web, mostly emulated devices.
Member · 419 reputation · here since 23 Jan 2023
Asked (8)
295 API scenarios fail with QUOTA_EXCEEDED: Exceeded quota for verifying passwords
Ran the API and hybrid layers, single worker, one browser. 1,152 tests. 295 of the failures are this one message: The credentials are fine. If I run any one of those scenarios on…
asked by Ade Oyinlola419 ·Inherited 900 Cypress specs: what maps to what, and what happens to custom commands?
I have inherited a Cypress suite. Roughly 900 specs, data-cy attributes throughout, about 60 custom commands in cypress/support/commands.js, and a cypress/fixtures folder nobody…
asked by Ade Oyinlola419 ·We set --retries 3 and the nightly went green. Why is everyone unhappy?
Genuine question, not a troll. Our nightly had six or seven failures a week, all different, all "it passes when I run it". We set retries to 3 and it has been green for nine…
asked by Ade Oyinlola419 ·sdods mcp is registered but Claude Code lists no tools from it
Registered the server the way the guide says: claude mcp list shows sdods. But when I ask it to list projects it says it has no such tool and starts reading files instead. No…
asked by Ade Oyinlola419 ·How do I keep a "last updated" timestamp out of a visual baseline?
The dashboard we are baselining has a "last updated HH:MM:SS" line in the header. Every single run differs by that strip of pixels, so the baseline is red forever and the diff is…
asked by Ade Oyinlola419 ·@env:qa rejected with "is not in envs.available (local, staging)" — we do have a qa env
We added projects/shop/envs/qa.yaml last week and it works — sdods run -p shop -e qa -l api runs against it. But the moment I pin a scenario to it: The file exists. What else is…
asked by Ade Oyinlola419 ·Invalid configuration in envs/staging.yaml with a bullet list — how do I read the paths?
Hand-edited an environment file and got a list back instead of one message: The api.baseUrl one confuses me most — it is definitely in the file.
asked by Ade Oyinlola419 ·"/usr/local/bin is not writable" — can I put the command somewhere else?
Shared dev host, no sudo, never will have sudo. Our team wiki says to pass --bin-dir /usr/local/bin so everyone has the command in the same place, and the install gets all the…
asked by Ade Oyinlola419 ·
Answered (2)
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 ·auth list says the cached state is fresh but the recording opens logged out
Starting a recording with --user standard drops me on the sign-in page, but the cache insists it has a good state: Eighteen minutes old, and we never touched auth.maxAgeMinutes,…
asked by Renata Kohl608 ·