Skip to content

Latest commit

 

History

History
55 lines (34 loc) · 1.19 KB

File metadata and controls

55 lines (34 loc) · 1.19 KB

docbuilder-testing

check

Framework for QA of onlyoffice-documentbuilder

Configuration

WEB_BUILDER_URL - Set via Environmental Variables. Used to changed default url of Web Document Builder

Windows

  • Install native docbuilder to C:\
  bundle install
  rake run_test_on_win

Project Information

Official website

Code repository

SaaS version

License

Running Tests with License

  1. Local testing:

    Create environment variable with absolute path to license file:

      ONLYOFFICE_BUILDER_LICENSE=abs_path_to_licence.xml
  2. Docker testing:

    Build

    docker buildx build --load -t doc-builder-testing .

    Mount license file as a volume:

    docker run --rm \
    -v "$(pwd)/license/license.xml:/secrets/license.xml:ro" \
    doc-builder-testing