Skip to content

rh-messaging-qe/web-console-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Testing tool for AMQ7 Console

AMQ7 Console testing tool from Messaging QE.

Maintainers: dlenoch dlenoch@redhat.com

How to run

Python virtual environment

Is the best way how to run this tests.

Create one which use interpreter python2 by:

$ mkdir env
$ virtualenv -p /usr/bin/python2.7 env/py2

Activate this env by:

$ source env/py2/bin/activate

Now you can work under env, like pip install, run tests, whatever.

Deactivate env by:

$ deactivate

Dependencies

You will need install all dependencies.

$ pip install -Ur requirements.txt

Run the tests

$ py.test --driver Firefox --user admin --pasword 1234 tests

About

Test suite for Artemis and Dispatch web Console.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages