Skip to content
Snippets Groups Projects
Commit d8c42c2f authored by jaden's avatar jaden
Browse files

update e2e docs with gconf dep #10

parent 64e7c76e
No related branches found
No related tags found
1 merge request!223Reports overhaul
......@@ -195,15 +195,17 @@ End-to-End Testing
Setup
=====
Currently, testing the BEAT web platform with Protractor requires additional setup after successfully setting up the project locally. Download/update the webdriver-manager's dependencies (Selenium & more):
There are two system dependencies to run Selenium:
- Java 8 must be available in your PATH
- If you want to run the testing in a GNOME environment, you need `GConf <https://projects.gnome.org/gconf/>`_
Download/update Protractor's dependencies into the local repository (Selenium & more):
.. code:: bash
./bin/webdriver-manager update
.. warning::
You need Java 8 available in your PATH to run Protractor/Selenium.
Running tests with the provided script
======================================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment