Lars Vinter
Ships on Linux, tests on a Mac, regrets it.
Member · 276 reputation · here since 17 Nov 2022
Asked (5)
apt update: the repository "does not have a Release file"
Added the SDODS apt source and the key, then: The odd part: the files are there. curl https://sdods.com/apt/dists/stable/InRelease returns a signed index perfectly happily. So…
asked by Lars Vinter276 ·My @env:local scenarios ran against staging — does @env: actually skip anything?
The tags table says @env:<name> "restricts a scenario to one environment", and sdods lint is happy with the tag. But: ran all 41 of our @env:local scenarios against staging. Some…
asked by Lars Vinter276 ·What does ${DEMO_SHOP_PASSWORD:-secret_sauce} mean, and how does it get past the secret check?
The demo staging file ships with this: Two questions. What is the :- part, and why is a key called standardPassword allowed to carry a literal password as a fallback when a plain…
asked by Lars Vinter276 ·How many workers on a two-core build box, and can I stop at the first failure?
Two questions from the same afternoon of tuning. Our agents have two cores. I have seen -w 8 in examples, which on our box makes the UI run slower and adds timeouts. What is the…
asked by Lars Vinter276 ·Factory "user" not found, hint says Known factories: (none), but the file exports it
projects/shop/data/factories.ts exists and exports a user. The hint even names the file it says I should create.
asked by Lars Vinter276 ·
Answered (7)
NO_PUBKEY on apt update even though I installed the SDODS key
Key is installed, source is added, and apt still will not verify the index: I saved the key into /usr/share/keyrings/ and the file is definitely there. What am I missing?
asked by Chandra Pillai873 ·Can I just install the .deb without adding the apt repository?
One laptop, one install, and I would rather not add a third-party apt source to a machine that our security policy says should have as few as possible. Is the standalone package…
asked by Anouk de Vries238 ·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 ·Install fails with a self-signed certificate in the chain on a work laptop
Proxy variables are exported and the download starts, so the proxy part is working. Then it stops with: Our gateway does TLS inspection, so I am guessing that is the cause. What…
asked by Sergio Alcaraz415 ·Will SDODS download its own Chromium if I already have Playwright installed?
I already have a Playwright project on this machine with all three engines downloaded. I would rather not carry a second copy of everything just to try SDODS. Does it use the…
asked by Bea Lindqvist4,318 ·How much disk does a full SDODS install actually need?
I have to justify this on a laptop with a small SSD and a quota I did not choose. Before I ask for more space I would like a real number rather than "a few hundred megabytes".…
asked by Helle Borg352 ·Chromium downloaded fine but will not launch on a fresh Ubuntu server
Minimal Ubuntu server image, no desktop installed. The install completed and the engine is on disk, but any UI scenario dies before the first step: API scenarios run perfectly on…
asked by Yusuf Demir201 ·