Skip to main content

UI-level acceptance test framework

Project description

UI-level acceptance test framework. Full documentation available on ReadTheDocs.

Overview

A Python framework for writing robust Selenium tests.

Installation

As Bok Choy is a Python framework, you first need to install Python. If you’re running Linux or Mac OS X, you probably already have it installed. We recommend that you use pip to install your Python packages:

pip install bok_choy

Running Tests

To run the test suite for bok-choy itself:

  • Install Firefox; as of this writing, the current version 52.0.1 works with the latest selenium Python package (3.3.1)

  • Install phantomjs

  • Create a virtualenv which uses Python 2.7 (or Python 3.5)

  • With that virtualenv activated, run pip install -r requirements/tox.txt to install the tox testing tool and its dependencies

  • Run tox -e py27 (or tox -e py35). If you want to run the tests in parallel, add the desired number of worker processes like tox -e py27 -- -n 5 or tox -e py35 -- -n auto.

  • To test and build the documentation, run tox -e doc

  • To run an individual test, run py.test tests/<test file>::<test class>::<test name>

License

The code in this repository is licensed under the Apache License, Version 2.0, unless otherwise noted.

Please see LICENSE.txt for details.

How to Contribute

Contributions are very welcome. The easiest way is to fork this repo, and then make a pull request from your fork. The first time you make a pull request, you may be asked to sign a Contributor Agreement.

Reporting Security Issues

Please do not report security issues in public. Please email security@edx.org

Mailing List and IRC Channel

You can discuss this code on the edx-code Google Group or in the testing channel on the Open edX Slack.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bok_choy-0.7.1.tar.gz (72.9 kB view hashes)

Uploaded Source

Built Distribution

bok_choy-0.7.1-py2.py3-none-any.whl (81.1 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page