Skip to content

Commit

Permalink
Merge pull request #171 from RRosio/playwright_dev_docs
Browse files Browse the repository at this point in the history
Updating contributing docs for playwright tests
  • Loading branch information
echarles authored Nov 1, 2022
2 parents cab2ea5 + 960cd7f commit 35103eb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,14 @@ To run the Python tests, use::

pytest

For the end to end Pytest-Playwright tests you will need to install the browser binaries using::

playwright install
Then you can run the end to end tests using::
pytest -sv nbclassic/tests/end_to_end

If you want coverage statistics as well, you can run::

py.test --cov nbclassic -v --pyargs nbclassic
Expand Down

0 comments on commit 35103eb

Please sign in to comment.