Asqatasun v4 - Summary

Asqatasun v4 - Krash test campaign

Kind of krash test campaigns

Pre-requisites

Offline krash test campaign

First, allow WebDriver to connect to your own Xserver:

xhost +si:hostname:localhost

Then do

cd testing-tools/tgol-test-krash-offline
mvn test \
    -Duser=admin@asqatasun.org \
    -Dpassword=myAsqaPassword \
    -Dhost.location=http://localhost:8085/asqatasun \
    -Dcontract.id=3 \
    -Dxvfb.display=":0" \
    -Dwebdriver.firefox.bin=/opt/firefox/firefox

Warning: do not add a trailing slash to your host.location otherwise the tests can't be run.

Note: the value "3" for contract.id is the id of the "openbar" contract created by the installer