Tanvi Bhatt
First automation job, arrived in March.
Member · 126 reputation · here since 4 Mar 2025
Asked (13)
winget install SDODS.SDODS says no package found — is the ID wrong?
The docs table lists it, so I ran it: winget search sdods finds nothing either. Have I got the identifier wrong, or is my winget source stale?
asked by Tanvi Bhatt126 ·analyze gave me modules called deploy, execute and status instead of workflows
Thirty modules on the proposal and twelve of them are verbs: status, delete, export, send, run, update, upload, download, stats, validate, versions, introspect. They are all…
asked by Tanvi Bhatt126 ·A renamed tag left our smoke job passing with zero tests for three weeks
Three weeks. The only trace, in a log nobody opens: I understand from an older thread here that an empty selection exits 0 on purpose so a matrix leg with nothing to do stays…
asked by Tanvi Bhatt126 ·If we wire an accessibility checker in ourselves, why does everyone insist on human triage?
We accepted that the tag does nothing and we are adding our own step, so we will shortly have a machine-readable list of violations per page. The advice I keep getting is "do not…
asked by Tanvi Bhatt126 ·What should I paste when I report an install problem?
I keep getting asked follow-up questions when I report installer trouble and I would rather include the right thing the first time. Is there one command whose output covers it?
asked by Tanvi Bhatt126 ·Our nth-child selectors break every sprint and healing never rescues them
Inherited suite, roughly two hundred locators in this shape: Every time the results list gains a badge or a promo row, a chunk of them break, and they break with HEAL_FAILED…
asked by Tanvi Bhatt126 ·sdods auth capture --index 3 says Role "admin" has 2 user(s); index 3 does not exist
The CSV has six rows and the admin I want is on the fourth one, so index 3 by my counting. Where does "2 user(s)" come from?
asked by Tanvi Bhatt126 ·GET replays fine, the POST in the same scenario misses on every run
Recorded, committed, replays fine for a day, then the POST starts failing and never recovers. The GET against the same endpoint keeps working. The entry is in the file. I opened…
asked by Tanvi Bhatt126 ·Local model writes out the tool call as text instead of actually calling it
Running the generator on my own machine because the source cannot leave it: It does not call anything. It writes a paragraph about what it is going to do, then a line that looks…
asked by Tanvi Bhatt126 ·Getting run results onto a team dashboard without scraping the CLI
Management wants a pass-rate trend on the wall screen. Today somebody screenshots the console output on Monday morning. I would like to do this properly but I cannot tell which…
asked by Tanvi Bhatt126 ·Our @smoke check takes fourteen minutes and people have stopped waiting for it
120 scenarios tagged @smoke, one browser, fourteen minutes on the pull request. The team merges and then reads the result, which means it is not a gate any more. I do not want to…
asked by Tanvi Bhatt126 ·sdods run refuses to start with LINT_FAILED — can I run anyway while I fix the tags?
Mid-refactor, half my tags are wrong, and I want to run the six scenarios that are fine to check a page object change. Instead: Nothing ran. The broken scenarios are not even in…
asked by Tanvi Bhatt126 ·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 ·
Answered (5)
sdods doctor says "demo-shop/staging vars — 0 var(s) resolved" and passes. Is that right?
Green tick, zero variables. The staging environment definitely has a ${...} in it, so I expected at least one. Is the check finding nothing, or finding nothing to complain about?
asked by Zeynep Arslan64 ·Local model loops on agent generate, calling the same tool until it hits max turns
It calls feature_list, reads the result, calls feature_list again with the same arguments, and keeps going until the turn budget stops it. No proposal. It is not confused about…
asked by Paulo Mendes97 ·Three projects with nearly identical settings — how much can actually be shared?
Our three project files are 80% the same: same browsers, same suites, same four processes, same timeouts. Every change is a three-file change and one of them always gets missed.…
asked by Koen Vermeulen309 ·The reference says 37 tools, the MCP guide says 33 to 35 — which number is right?
Writing an internal page about what our agents can reach and I cannot make the docs agree with themselves. The MCP tools reference is titled as the 37 tools. The MCP guide says…
asked by Koen Vermeulen309 ·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 ·