Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Testsuite
Selenium testsuite for the HAL management console. It uses [Drone](https://docs.jboss.org/author/display/ARQ/Drone)
and [Graphene](https://docs.jboss.org/author/display/ARQGRA2/Home) Arquillian extensions.
# Testsuite [![Build Status](https://travis-ci.org/hal/testsuite.svg?branch=master)](https://travis-ci.org/hal/testsuite)
Selenium testsuite for the HAL management console. It uses [Drone](https://docs.jboss.org/author/display/ARQ/Drone) and [Graphene](https://docs.jboss.org/author/display/ARQGRA2/Home) Arquillian extensions.

## Prerequisites

Expand Down Expand Up @@ -39,8 +38,8 @@ Can be one of those:

### Required jboss.dist parameter

Path to server home folder. Server is expected to be already manually started.
In case of standalone mode standalone-full-ha configuration is expected.
Path to server home folder. Server is expected to be already manually started.
In case of standalone mode standalone-full-ha configuration is expected.
E.g. `-Djboss.dist=/home/user/workspace/wildfly/build/target/wildfly-9.0.0.Alpha2-SNAPSHOT/`

### Optional arq.extension.webdriver.firefox_binary parameter
Expand All @@ -55,7 +54,7 @@ E.g. `-Dtake.screenshot.after.each.test=true`

### Optional federation.already.enabled parameter

If PicketLink federation subsystem should be enabled for related tests
If PicketLink federation subsystem should be enabled for related tests
(otherwise it is assumed the subsystem is already configured and should not be added before tests and removed after them)
E.g. `-Dfederation.already.enabled=true`

Expand Down Expand Up @@ -89,7 +88,7 @@ Should contain RBAC related tests. To setup WildFly/EAP for HAL RBAC tests pleas

## Tips

* If you want tests to be run on background use vncserver. E.g.
* If you want tests to be run on background use vncserver. E.g.

`vncserver :10 -geometry 1920x1080`

Expand Down