I added the tag and ran the suite. It passes, but nothing lands in projects/demo-shop/har/staging/.
@ui @smoke @har:products
Scenario: Products render from recorded traffic
Given I am on the inventory page
Then I should see the text "Sauce Labs Backpack"bun run sdods run -p demo-shop -e staging -l ui -b chromium -t @smokeThe only odd thing in the output was a yellow line I scrolled past:
2021-10-21 09:12:44 [WARN] [har] @har:products has no recording at /work/projects/demo-shop/har/staging/products.har. Run: sdods har record -p demo-shop -e staging -t @har:productsDo I have to create the file by hand before the tag does anything?