Skip to content

Commit

Permalink
fix: temporary no functional stages test (#3121)
Browse files Browse the repository at this point in the history
  • Loading branch information
VonnyJap authored May 14, 2024
1 parent 3a9fc4f commit 2e7a76d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2e7a76d

Please sign in to comment.