mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-04 14:19:13 -04:00
prolly wont work anyway
This commit is contained in:
parent
ca405c1685
commit
95e8ae1900
2 changed files with 58 additions and 0 deletions
|
@ -74,6 +74,13 @@ jobs:
|
|||
- "npm install -g etherpad-load-test"
|
||||
script:
|
||||
- "tests/frontend/travis/runnerLoadTest.sh"
|
||||
- name: "Load test Etherpad with 3 authors but without Plugins"
|
||||
install:
|
||||
- "bin/installDeps.sh"
|
||||
- "cd src && npm install && cd -"
|
||||
- "npm install etherpad-load-test"
|
||||
script:
|
||||
- "tests/frontend/travis/runnerLoadTestMultiPad.sh"
|
||||
# we can only frontend tests from the ether/ organization and not from forks.
|
||||
# To request tests to be run ask a maintainer to fork your repo to ether/
|
||||
- if: fork = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue