From 3419e0e1fe8e48a08b63ca0ded31087f913eb2b6 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 30 Aug 2021 16:24:25 +0200 Subject: Migrate to webdriverio --- scripts/e2e/local.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'scripts') diff --git a/scripts/e2e/local.sh b/scripts/e2e/local.sh index 469f2eb5e..bbbdb5f0b 100755 --- a/scripts/e2e/local.sh +++ b/scripts/e2e/local.sh @@ -4,12 +4,6 @@ set -eu npm run clean:server:test -( - 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" \ + "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" -- cgit v1.2.3