Copied the baseline example out of the guide more or less verbatim:
@ui @regression @visual
Scenario: The sign-in page matches its baseline
Given I am on the sign-in page
Then the page should match the visual baseline "signin"sdods run -p rwa-bank -e local -l ui -b chromium -t @visualIt fails:
Error: A snapshot doesn't exist at projects/rwa-bank/features/__screenshots__/rwa-bank--ui--chromium/darwin/signin.png, writing actual.The PNG is sitting there afterwards and the second run is green. So am I supposed to run it twice on purpose, or did I miss a setting somewhere?