We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47d1fd7 commit 4579f42Copy full SHA for 4579f42
scripts/cypress.sh
@@ -8,7 +8,7 @@ backend=$!
8
9
echo "Running tests..."
10
cd web
11
-npm run cypress:run
+NO_COLOR=1 npm run cypress:run
12
cypress=$?
13
14
kill $backend
0 commit comments