]> 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 469f2eb5e6d00a4a368fe4e47f124ece155c271d..0e0368c525a2927da8f5e2ed1a9e28e79ee85247 100755 (executable)
@@ -2,14 +2,6 @@
 
 set -eu
 
-npm run clean:server:test
+cd client/e2e
 
-(
-    cd client
-    npm run webdriver-manager -- update
-    npm run webpack -- --config webpack/webpack.video-embed.js --mode development
-)
-
-npm run concurrently -- -k -s first \
-    "cd client && npm run ng -- e2e --port 3333 -c local" \
-    "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