I want the nightly regression minus anything that runs against mocked network, so:
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?