Trying to drive the login scenarios from a CSV instead of an Examples table. The file is at projects/demo-shop/data/common/users.csv and previewing it works:
sdods data preview projects/demo-shop/data/common/users.csvSix rows, columns id, username, password, role, displayName. Exactly what I want.
The scenario dies on the first step though:
✖ DATASET_NOT_FOUND: Dataset "users" is not declared for project demo-shop.
hint: Known datasets: logins, posts. Add it under data.sources in sdods.project.yaml.The step is:
Given I load dataset "users" row 0If the file is on disk and the CLI can read it, why does the runner care what the yaml says?