Skip to content

Commit 1d6f16e

Browse files
Merge pull request #88 from stephendonner/docker-readme
Add Docker build/running instructions
2 parents 35fe00e + f1a2f6e commit 1d6f16e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,18 @@ The method ``axe.execute()`` accepts two parameters: ``context`` and ``options``
7171

7272
For more information on ``context`` and ``options``, view the `aXe documentation here <https://github.com/dequelabs/axe-core/blob/master/doc/API.md#parameters-axerun>`_.
7373

74+
Contributing
75+
------------
76+
77+
Fork the repository and submit PRs with bug fixes and enhancements;
78+
contributions are very welcome. You can run the tests using
79+
`Docker <https://www.docker.com/>`_:
80+
81+
.. code-block:: bash
82+
83+
$ docker build -t axe-selenium-python .
84+
$ docker run -it axe-selenium-python tox
85+
7486
Resources
7587
---------
7688

0 commit comments

Comments
 (0)