Skip to content

← All questions

sdods run refuses to start with LINT_FAILED — can I run anyway while I fix the tags?

Asked 9,140 views3 answers

Mid-refactor, half my tags are wrong, and I want to run the six scenarios that are fine to check a page object change. Instead:

bash
sdods run -p shop -e staging -l ui -t @smoke
text
✖ features/checkout/checkout.feature:22  tags/suite  Scenario must carry exactly one suite tag (@smoke, @regression, @sanity); found none.
✖ features/checkout/checkout.feature:38  tags/layer  Scenario must carry exactly one layer tag (@ui, @api, @hybrid); found none.
2 feature file(s), 2 error(s), 0 warning(s)
✖ LINT_FAILED: 2 lint error(s) in project shop. Fix them or pass --no-lint.

Nothing ran. The broken scenarios are not even in @smoke. Why does it lint files I am not running?

asked by Tanvi Bhatt126 ·

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