Skip to content

← All questions

@env:qa rejected with "is not in envs.available (local, staging)" — we do have a qa env

Asked 5,240 views2 answers

We added projects/shop/envs/qa.yaml last week and it works — sdods run -p shop -e qa -l api runs against it. But the moment I pin a scenario to it:

gherkin
@api @regression @env:qa
Scenario: The rate limiter returns 429 after the tenth call
text
✖ features/api/rate-limit.feature:12  tags/env  @env:qa is not in envs.available (local, staging).

The file exists. What else is it looking at?

asked by Ade Oyinlola419 ·

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