From f1a2f6e58631aac7bf12ad55e98d90e824d8767a Mon Sep 17 00:00:00 2001 From: Stephen Donner Date: Fri, 13 Apr 2018 12:43:45 -0700 Subject: [PATCH] Add Docker build/running instructions --- README.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.rst b/README.rst index 5916a16..1ea67d9 100644 --- a/README.rst +++ b/README.rst @@ -71,6 +71,18 @@ The method ``axe.execute()`` accepts two parameters: ``context`` and ``options`` For more information on ``context`` and ``options``, view the `aXe documentation here `_. +Contributing +------------ + +Fork the repository and submit PRs with bug fixes and enhancements; +contributions are very welcome. You can run the tests using +`Docker `_: + +.. code-block:: bash + + $ docker build -t axe-selenium-python . + $ docker run -it axe-selenium-python tox + Resources ---------