WopiValidatorExecutor

WopiValidatorExecutor is a command line application which executes the WopiValidator tests to verify the host’s WOPI Implementation.

For more details, please refer the documentation at Wopi Validator Application

Pre-requisite

Ensure that you have Python Version >= 2.7 installed.

Installation Guide

If you have Python 2 >= 2.7.9 or Python 3 >= 3.4 installed from python.org, you will already have pip and setuptools, but will need to upgrade to the latest version using the instructions below, (more details at - https://python-packaging-user-guide.readthedocs.io/installing/#install-pip-setuptools-and-wheel)

On Linux or OS X

pip install -U pip setuptools

On Windows

python -m pip install -U pip setuptools

Installation Steps

Installation from the source tree :

$ python setup.py install

Usage

Run the WopiValidatorExecutor by passing the WopiSrc of the .wopitest file and a valid WOPI AccessToken enclosed in quotes. :

$ WopiValidatorExecutor "wopisrc" "accesstoken"

Optional Arguments

-s: If you need to provide a specific Wopi Discovery Service Url, you can pass that Url using 
    this argument.

-c: If you need to run the WopiValidator in a specific mode, you can pass the intended 
    VALIDATOR_TEST_CATEGORY using this argument. For more details, please refer the documentation 
    at https://wopi.readthedocs.io/en/latest/discovery.html#term-validator-test-category

-v: Using this argument will turn on verbose logging.

Logs

A log file named wopivalidatorexecutor.log will be placed in the installation directory.

Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.