diff --git a/package.json b/package.json index 6ddc552b1..67a81ad78 100644 --- a/package.json +++ b/package.json @@ -10,8 +10,8 @@ "start": "./bin/server", "debug": "node --nolazy ./bin/server", "profile": "node --prof ./bin/server", - "functional": "cucumber-js --format=progress --tags '(not @ignore) and (not @beta)' --retry 2 --fail-fast --exit", - "functional-beta": "cucumber-js --format=progress --tags '(not @ignore) and (not @prod)' --retry 2 --fail-fast --exit", + "functional": "cucumber-js --format=progress --tags '(not @ignore) and (not @beta) and (not @stage)' --retry 2 --fail-fast --exit", + "functional-beta": "cucumber-js --format=progress --tags '(not @ignore) and (not @prod) and (not @stage)' --retry 2 --fail-fast --exit", "functional-dev": "cucumber-js --format=progress --tags '(not @ignore) and (not @prod)' --retry 2 --fail-fast --exit", "create-test-user": "node -e 'require(\"./features/scripts/create-test-user.js\")()'", "diagrams": "find ./design/diagrams -type f -name \\*.puml -print0 | xargs -0 -n 1 -I DIAGRAM puml generate DIAGRAM -o DIAGRAM.png",