Fiona McAllister
Two-person team, no dedicated QA.
Member · 159 reputation · here since 18 Apr 2024
Asked (10)
scoop install sdods gave me the app, not the sdods command — where is the CLI on Windows?
Added the bucket and installed: I now have a desktop application. What I wanted was sdods run in a terminal. Did I pick the wrong package name?
asked by Fiona McAllister159 ·strategy: sso gives me no session and no error — every scenario lands on /login
We are behind an identity provider, so: Every @ui scenario now fails, but not with an auth error — with a pile of locator timeouts, because the page is /login and none of the…
asked by Fiona McAllister159 ·What writes error-context.md next to a failure, and can I use it?
Poking through a failed run I found this: The markdown file starts with the headings Instructions, Test info, Error details and Page snapshot, and the page snapshot is a full…
asked by Fiona McAllister159 ·Do you commit baseline PNGs into the repo, or is this what git-lfs is for?
We are about to turn @visual on for real — currently one scenario, about to be fifteen, on two browsers, and eventually two platforms once CI has its own baselines. Before I…
asked by Fiona McAllister159 ·--headed on the build agent just sits there until the job times out
Someone copied their local command into the pipeline, including --headed, and the job now hangs and is killed at the 60-minute timeout. Removing the flag fixes it, so the…
asked by Fiona McAllister159 ·Recording with --device "iPhone 15" silently ignores my --viewport
The session came up at the iPhone's own size, not 390x900. No warning, no note in the header comment, it just ignored the flag. Bug, or intended?
asked by Fiona McAllister159 ·Does -t "@regression and not @mock" replace the layer filter or add to it?
I want the nightly regression minus anything that runs against mocked network, so: It ran fewer scenarios than -t @regression on the same layer, which is what I wanted, but I…
asked by Fiona McAllister159 ·Every checkout scenario spends 40 seconds registering a user through the sign-up form first
Thirteen checkout scenarios, and each one starts by filling in the six-field registration form, confirming an email, and setting a password. That is about forty seconds before…
asked by Fiona McAllister159 ·caps core,agent gives Unknown capability "agent" and I cannot find the real list
Right, plural. Fine. But is there a page that lists these, or do I read them out of the error every time?
asked by Fiona McAllister159 ·Unknown module "api" for project demo-shop — but features/api/ exists
The directory is features/api/, so where does posts-api come from? -m cart works and that folder is features/cart/.
asked by Fiona McAllister159 ·
Answered (3)
Why one fixture set for ui, api and hybrid, and which of the fixtures are worker-scoped?
Reading steps/fixtures.ts in the project I inherited and trying to work out what I am extending. Two things I cannot find a straight answer to. Why is there one test rather than…
asked by Ingrid Solberg241 ·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 ·Chaining a created id into a UI assertion: JSON path $.id is undefined in the last response
Trying to seed through the API and assert in the browser, which is the whole reason we picked this thing. The endpoint definitely returns an id, I checked with curl.
asked by Bea Lindqvist4,318 ·