Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 847 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 847 Bytes

Test Execution Service Server

Instructions for running

  1. Install Ruby, preferably, a version after 1.9.
  2. Download and install Python, preferably, a Python 3 version. If not installed, install pip additionally. Then install the Tornado Web package with pip install tornado (or pip3 install tornado).
  3. If running tests on a headless browser, install PhantomJS.
  4. Install gems required for testing by running bundle install in the test directory (you may have to run gem install bundle first).
  5. Add the qatserver module to PYTHONPATH by running ../scripts/qatserver_setup.sh.
  6. Still from the test directory, run python3 -m qatserver.