Skip to content

siwufeiwu/webui-tests

 
 

Repository files navigation

WebUI automated tests for ownCloud

Suite of tests and needed utilities to be runned for testing the web interface of ownCloud.

It uses python as main language and selenium webdriver.

We are focused on Firefox webdriver for now.

Status:

  • Scrutinizer: Scrutinizer Code Quality

  • Travis: Scrutinizer Code Quality

#Prepare environment

Previous requirements: virtualenv

If virtualenv is not installed do

curl -O https://pypi.python.org/packages/source/v/virtualenv/virtualenv-X.X.tar.gz
$ tar xvfz virtualenv-X.X.tar.gz
$ cd virtualenv-X.X
$ [sudo] python setup.py install

Now we can start:

virtualenv selenium
source selenium/bin/activate
pip install -r requirements.txt

Create config file using config.py_sample as example and name it config.py.

#Run tests

with virtualenv activated do python runtests.py

#Authors

Sergio Bertolín (@SergioBertolinSG)

David Toledo (@davitol)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 89.7%
  • Shell 10.3%