X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=scripts%2Fe2e%2Flocal.sh;h=0e0368c525a2927da8f5e2ed1a9e28e79ee85247;hb=c3edc5b074aa4bb1861ed0a94d3713808e87170f;hp=65ec653dc1d18c6500963e13178812c3ddc3defc;hpb=9e3e248109ffe5fc208c23081cbcffdb9a682ff4;p=github%2FChocobozzz%2FPeerTube.git diff --git a/scripts/e2e/local.sh b/scripts/e2e/local.sh index 65ec653dc..0e0368c52 100755 --- a/scripts/e2e/local.sh +++ b/scripts/e2e/local.sh @@ -2,15 +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 webdriver-manager start" \ - "cd client && npm run ng -- e2e --port 3333 -c local" \ - "NODE_ENV=test NODE_APP_INSTANCE=1 NODE_CONFIG='{ \"log\": { \"level\": \"warning\" } }' npm start" +../node_modules/.bin/wdio run ./wdio.local.conf.ts