Skip to content

ONLYOFFICE-QA/doc-builder-testing

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 13