Skip to content

← All questions

My @env:local scenarios ran against staging — does @env: actually skip anything?

Asked 6,420 views3 answers

The tags table says @env:<name> "restricts a scenario to one environment", and sdods lint is happy with the tag. But:

bash
sdods run -p portal -e staging -t @regression

ran all 41 of our @env:local scenarios against staging. Some of them create data. Nothing warned, nothing skipped.

Am I holding it wrong, or does the tag do nothing?

asked by Lars Vinter276 ·

3 answers

Have the same question?

Ask it with the command you ran and the output you got, and it will be answered here.

Ask a question

Related