Skip to main content

Unofficial Browserstack integration for Django

Project description

https://badge.fury.io/py/django-browserstack-tools.png https://travis-ci.org/dnmellen/django-browserstack-tools.png?branch=master https://coveralls.io/repos/dnmellen/django-browserstack-tools/badge.png?branch=master

Unofficial Browserstack integration for Django

Documentation

The full documentation is at https://django-browserstack-tools.readthedocs.org.

Quickstart

Install django-browserstack-tools:

pip install django-browserstack-tools  (Package not ready yet)

Then use it in a project:

.. code-block :: python

from browserstack_tools.testcases import BrowserStackLiveServerTestCase

class SeleniumTest(BrowserStackLiveServerTestCase):

desired_capabilities = {‘browser’: ‘Chrome’,

‘browser_version’: ‘33.0’, ‘os’: ‘Windows’, ‘os_version’: ‘8.1’, ‘resolution’: ‘1680x1050’}

def test_login(self):

self.selenium.get(‘%s%s’ % (self.live_server_url, reverse(‘home’))) self.assertIn(“Hello”, self.selenium.title)

Features

  • TODO

History

0.1.0 (2014-04-21)

  • First release on PyPI.

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

django-browserstack-tools-0.1.0.tar.gz (3.4 MB view hashes)

Uploaded Source

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