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.