mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Add videos e2e tests
This commit is contained in:
@@ -2,10 +2,14 @@
|
||||
|
||||
set -eu
|
||||
|
||||
#npm run build:server
|
||||
npm run clean:server:test
|
||||
|
||||
(
|
||||
cd client
|
||||
npm run webdriver-manager update
|
||||
)
|
||||
|
||||
concurrently -k -s first \
|
||||
"cd client && npm run ng -- e2e" \
|
||||
"NODE_ENV=test NODE_APP_INSTANCE=1 npm start"
|
||||
"NODE_ENV=test NODE_APP_INSTANCE=1 NODE_CONFIG='{ \"log\": { \"level\": \"warning\" } }' npm start"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user