Skip to content

Commit 35103eb

Browse files
authored
Merge pull request #171 from RRosio/playwright_dev_docs
Updating contributing docs for playwright tests
2 parents cab2ea5 + 960cd7f commit 35103eb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: CONTRIBUTING.rst

+8
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,14 @@ To run the Python tests, use::
133133

134134
pytest
135135

136+
For the end to end Pytest-Playwright tests you will need to install the browser binaries using::
137+
138+
playwright install
139+
140+
Then you can run the end to end tests using::
141+
142+
pytest -sv nbclassic/tests/end_to_end
143+
136144
If you want coverage statistics as well, you can run::
137145

138146
py.test --cov nbclassic -v --pyargs nbclassic

0 commit comments

Comments
 (0)