mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-03 21:59:15 -04:00
WIP - Test Coverage: Import & Export include LibreOffice Test Coverage (#4163)
Runs on Travis Will only run locally is ``allowAnyoneToImport`` and ``soffice`` or ``abiword`` is set.
This commit is contained in:
parent
9d69caa8dc
commit
ab8320d15b
7 changed files with 190 additions and 76 deletions
|
@ -38,6 +38,10 @@ jobs:
|
|||
- name: "Run the Backend tests"
|
||||
install:
|
||||
- "bin/installDeps.sh"
|
||||
# Set soffice to /usr/bin/soffice
|
||||
- "sed 's/\"soffice\": null,/\"soffice\": "/usr/bin/soffice",/g' settings.json.template > settings.json"
|
||||
# Set allowAnyoneToImport to true
|
||||
- "sed 's/\"allowAnyoneToImport\": false,/\"allowAnyoneToInput\": true,/g' settings.json > settings.json"
|
||||
- "cd src && npm install && cd -"
|
||||
script:
|
||||
- "tests/frontend/travis/runnerBackend.sh"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue