]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/e2e/local.sh
Don't use hexa for av01 codec
[github/Chocobozzz/PeerTube.git] / scripts / e2e / local.sh
index bbbdb5f0bb53465d667d7d8455633c653e2d2c13..0e0368c525a2927da8f5e2ed1a9e28e79ee85247 100755 (executable)
@@ -2,8 +2,6 @@
 
 set -eu
 
-npm run clean:server:test
+cd client/e2e
 
-npm run concurrently -- -k -s first \
-    "cd client/e2e && ../node_modules/.bin/wdio run ./wdio.local.conf.ts" \
-    "NODE_ENV=test NODE_APP_INSTANCE=1 NODE_CONFIG='{ \"log\": { \"level\": \"warn\" }, \"signup\": { \"enabled\": false } }' node dist/server"
+../node_modules/.bin/wdio run ./wdio.local.conf.ts