Skip to content

Commit 2b6e183

Browse files
Add doc change
1 parent a18fa2f commit 2b6e183

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/getting-started/2_Blueprint_File_Breakdown.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ This file outlines the configuration of pytest, and ultimately how Playwright al
3333
- Generate a HTML report in a single file, and output it in the `test-results` directory with the name `report.html`
3434
- Generate a JSON report, omitting some collection data and then output it in the `test-results` directory with the name `results.json`
3535
- Only generate Playwright stack-trace files when a test fails
36+
- The `pythonpath` section just sets the base of this project for the pythonpath system variable utilised by pytest. This is designed to mitigate local configuration issues, see the [pytest documentation for more information](https://docs.pytest.org/en/stable/explanation/pythonpath.html).
3637
- The `markers` section is for organizing any marks (or tags) you want to apply to your tests, for example by a business area or a testing type. If you don't include your marks in this list, pytest will give you a warning until they have either been added here or programmatically within the code.
3738

3839
Any configuration you want to apply to all of your test executions should be placed in this file where possible, to ensure easy maintenance.

0 commit comments

Comments
 (0)