Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alterway/robotframework-drupallibrary
A library for Robot Framework targeting Drupal sites, built on top of Selenium2Library
https://github.com/alterway/robotframework-drupallibrary
Last synced: 3 months ago
JSON representation
A library for Robot Framework targeting Drupal sites, built on top of Selenium2Library
- Host: GitHub
- URL: https://github.com/alterway/robotframework-drupallibrary
- Owner: alterway
- Created: 2014-08-10T14:55:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-13T05:59:42.000Z (over 10 years ago)
- Last Synced: 2024-03-26T13:25:27.766Z (8 months ago)
- Language: Python
- Size: 332 KB
- Stars: 5
- Watchers: 7
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Contributing: docs/contributing.rst
Awesome Lists containing this project
- awesome-robotframework - Drupal Library
README
============================
robotframework-drupallibrary
============================.. image:: https://pypip.in/download/robotframework-drupallibrary/badge.svg
:target: https://pypi.python.org/pypi//robotframework-drupallibrary/
:alt: Downloads.. image:: https://pypip.in/version/robotframework-drupallibrary/badge.svg
:target: https://pypi.python.org/pypi/robotframework-drupallibrary/
:alt: Latest Version.. image:: https://pypip.in/py_versions/robotframework-drupallibrary/badge.svg
:target: https://pypi.python.org/pypi/robotframework-drupallibrary/
:alt: Supported Python versions.. image:: https://pypip.in/status/robotframework-drupallibrary/badge.svg
:target: https://pypi.python.org/pypi/robotframework-drupallibrary/
:alt: Development Status.. image:: https://pypip.in/license/robotframework-drupallibrary/badge.svg
:target: https://pypi.python.org/pypi/robotframework-drupallibrary/
:alt: License
RobotFramework keywords and utilities for Drupal site acceptance testings.You may learn about RobotFramework reading from http://robotframework.org
Full documentation and API
==========================http://alterway.github.io/robotframework-drupallibrary
Developer installation
======================Please use a virtualenv to maintain this package, but I should not need to say that.
Grab the source from the SCM repository, "cd" in, then:
.. code:: console
$ python setup.py develop
$ pip install robotframework-drupallibrary[dev]Run the tests:
.. code:: console
$ python setup.py test
Build the Sphinx documentation:
.. code:: console
$ python setup.py build_sphinx
$ firefox gh-pages/html/index.htmlLinks
=====Project home page and source code
https://github.com/alterway/robotframework-drupallibrary
Issues tracker
https://github.com/alterway/robotframework-drupallibrary/issues
PyPI
https://pypi.python.org/pypi/robotframework-drupallibrary/