Skip to content

← All questions

Does -t "@regression and not @mock" replace the layer filter or add to it?

Asked 8,760 views3 answers

I want the nightly regression minus anything that runs against mocked network, so:

bash
sdods run -p demo-shop -e staging -l ui -t "@regression and not @mock"

It ran fewer scenarios than -t @regression on the same layer, which is what I wanted, but I cannot tell whether -l ui was actually honoured or whether my expression replaced it and the ui-only result was a coincidence of what we have tagged. How do the two combine?

asked by Fiona McAllister159 ·

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