Renata Kohl
Banking. Everything needs an audit trail.
Member · 608 reputation · here since 14 Mar 2023
Asked (8)
Windows protected your PC — how do I get past SmartScreen on the installer?
Downloaded the Windows installer and SmartScreen blocks it with the blue dialog. There is no obvious way to continue — only a Don't run button. Two questions really: how do I…
asked by Renata Kohl608 ·I quarantined a flaky scenario and it still reds the gate
Followed the flaky triage advice and quarantined the worst offender: It shows as quarantined on the dashboard. It also still fails the nightly, and the gate is still red, which…
asked by Renata Kohl608 ·Pipeline exits 3 and no test ran — the report is empty
Merged a branch this morning and the test job now ends in seconds: There is no HTML report and no failing scenario to look at, so my first instinct was that the runner is broken.…
asked by Renata Kohl608 ·How deep should page objects nest? We are four levels in and it hurts
Our hierarchy is BasePage to AuthenticatedPage to DashboardPage to ReportsPage, and there is talk of a fifth level for the two report variants. Nobody can say where a locator…
asked by Renata Kohl608 ·What exactly is "healed": 1 counting in summary.json?
Run went green and the summary said: Green is green, but I would like to know what got healed before I sign the release off. Is healed counting scenarios, steps or locators, and…
asked by Renata Kohl608 ·Suite went from six minutes to nineteen after we enabled healing
Same suite, same machine, same worker count. Before healing it was about six minutes, now it is nineteen and change. Nothing failed either way, which is why I assumed healing was…
asked by Renata Kohl608 ·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 ·config show --explain says envYaml for a value that came out of .env.staging
The documented layer names include dotenv, but standardPassword is only in the yaml as a ${VAR} and its actual value comes from .env.staging. Why does the row say envYaml and not…
asked by Renata Kohl608 ·
Answered (9)
Can one scenario belong to two modules? It touches cart and checkout
Our modules each declare a tag, and lint reminds me when a scenario is missing its module's tag: Fine. But the scenario adds an item to the cart and then completes checkout, and…
asked by Rasha Halabi572 ·products.json must contain an array of rows (or { rows: [...] }) — mine is keyed by sku
The export from our catalogue service is an object keyed by sku, which is the shape everything downstream of it expects: Pointing a dataset at it gives: Odd part: sdods data…
asked by Koen Vermeulen309 ·@data:users errors with "is not a declared dataset (logins, posts)" after a rename
We renamed the dataset from users to logins in the yaml and updated the steps. Lint now fails on the tags we forgot: Easy enough to fix, but it raises a question — the scenario…
asked by Tobi Schrader97 ·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 ·@jira:demo12 must look like PROJ-123 — what patterns do the issue tags accept?
Two errors from the same commit: I get that the second one wants a number. What is wrong with demo12? Our board key really is lowercase in the URL.
asked by Helle Borg352 ·Where exactly does the "# title-format:" comment go? Lint still warns after I added one
Trying to clear this: I added the comment and the warning did not move. My file: Does it have to be in a particular place?
asked by Chandra Pillai873 ·Duplicate scenario title error but the two titles are not identical
Line 12 is Scenario: Add an item to the cart and line 41 is Scenario: add an item to the cart . Different capital letter, and the second one has a trailing space. I would not…
asked by Yusuf Demir201 ·No row in dataset "users" where role = "admin" and the value is in the file
grep -c admin on the CSV says 1. The column is spelled role. I have restarted, cleared .sdods, and read the line about forty times.
asked by Yusuf Demir201 ·How do people keep real passwords out of a users.csv that has to be committed?
Our pool CSV has a plaintext password column and security review flagged it, fairly. Options I can see are all bad: Is there a fourth thing?
asked by Ify Adeyemi6,584 ·