A project for testing ONLYOFFICE Desktop.
- Python 3.6 or newer
- Create virtual environment
python3 -m venv venv
- activate virtual environment
source ./venv/bin/activate
- install requirements
python3 install_requirements.py
- To send test reports to Telegram,
you need to add two files to the
~/.telegram
directory:token
file containing the bot tokenchat
file with chat ID
- activate virtual environment
source ./venv/bin/activate
invoke open-test -v <version>
-v <version>
or --version <version>
- specifies a testing version
-d
or --display
- to run tests in virtual display
-c <path to custom config.json>
or --config <path to custom config.json>
-
to specify a custom configuration file
-t
or --telegram
- to send the report to telegram
-l
or --license
- to specify the license file
invoke open-test -d -t -v 7.4.1.36 -c ./my_config.json
invoke install-desktop -v <version>
-v <version>
or --version <version>
- specifies a testing version
-c <path to custom config.json>
or --config <path to custom config.json>
-
to specify a custom configuration file
-t
or --telegram
- to send the report to telegram
-l
or --license
- to specify the license file
invoke install-desktop -t -v 7.4.1.36 -c ./my_config.json