Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Running test sequences with Guitester

Alice Hubenko edited this page Dec 2, 2015 · 2 revisions

Configuring your environment

'pip install selenium' or 'easy_install selenium'

'export PYTHONPATH=$PYTHONPATH:guitester'

Running a sequence

'cd tests/selenium/guiops'

'python tests/<sequence_name>.py -c "$console_url" -a "$account" -u "$user_name" -p "$password"'