Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 680 Bytes

ui_tests.adoc

File metadata and controls

27 lines (19 loc) · 680 Bytes

UI Tests

Preliminary info

All the tests defined in this directory are configured to run locally in a shell, locally in a docker container, or<?> in a docker container in CentOS CI.

Prerequisites

  • You need to use chromedriver or geckodriver to run the unit tests. To install chromedriver on Fedora run the following command:

    dnf install chromedriver

Setup

The tests can be run against a local or remote server by specifying the server’s URL as an environment variable.

The following environment variables need to be setup:

  • TARGET_SERVER

  • OPENSHIFT_USERNAME

  • OPENSHIFT_PASSWORD