X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=scripts%2Fe2e%2Flocal.sh;h=0e0368c525a2927da8f5e2ed1a9e28e79ee85247;hb=e7a2385480fec9b67970bac1edfd4c8ef0008ebf;hp=e8db2e808464d9a3f882fc469e9a47893a0d4de7;hpb=44d4ee4fcb7cf8beebac73f85693c09919b91e66;p=github%2FChocobozzz%2FPeerTube.git diff --git a/scripts/e2e/local.sh b/scripts/e2e/local.sh index e8db2e808..0e0368c52 100755 --- a/scripts/e2e/local.sh +++ b/scripts/e2e/local.sh @@ -2,13 +2,6 @@ set -eu -npm run clean:server:test +cd client/e2e -( - cd client - 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\": \"warning\" } }' node dist/server" +../node_modules/.bin/wdio run ./wdio.local.conf.ts