tests: load testing into core

This commit is contained in:
John McLear 2020-05-30 18:17:33 +00:00
parent 04cbebc165
commit add3b23f66
2 changed files with 7 additions and 8178 deletions

View File

@ -44,6 +44,13 @@ jobs:
- "docker build -t etherpad:test ."
- "docker run -d -p 9001:9001 etherpad:test && sleep 3"
- "cd src && npm run test-container"
- name: "Load test Etherpad"
install:
- "bin/installDeps.sh"
- "cd src && npm install && cd -"
- "npm install --prefix ./etherpad-load-test etherpad-load-test"
script:
- "tests/frontend/travis/runnerLoadTest.sh"
notifications:
irc:

8178
src/package-lock.json generated

File diff suppressed because it is too large Load Diff