Skip to content

← All questions

Lint says "found @smoke @regression" — why can a scenario not be in both suites?

Asked 8,410 views2 answers

I tagged our happy-path checkout scenario with both suite tags because I want it in the pull-request smoke run and in the nightly regression run. Lint disagrees:

text
✖ features/cart/checkout.feature:18  tags/suite  Scenario must carry exactly one suite tag (@smoke, @regression, @sanity); found @smoke @regression.
1 feature file(s), 1 error(s), 0 warning(s)

Surely wanting a scenario in two suites is normal? Or am I meant to duplicate the scenario?

asked by Annika Solheim14,002 ·

2 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