You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting-started/2_Blueprint_File_Breakdown.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ This guide outlines the breakdown of this blueprint, and specifically the files
12
12
-[`tests/`](#tests)
13
13
-[`pages/`](#pages)
14
14
-[`utils/`](#utils)
15
-
-[Directories \& Files Specific For This Repo](#directories--files-specific-for-this-repo)
15
+
-[Directories \& Files Specific For This Repository](#directories--files-specific-for-this-repository)
16
16
17
17
## Directories & Files Directly Impacting Tests
18
18
@@ -52,14 +52,13 @@ We want this directory to be treated as a [Python package](https://docs.python.o
52
52
53
53
> NOTE: If you write a utility class for your own project that you think other projects may benefit from and can be applied in a generic way, please raise a [Feature Request](https://github.com/nhs-england-tools/playwright-python-blueprint/issues/new/choose) as we welcome any contributions of this fashion.
54
54
55
-
## Directories & Files Specific For This Repo
55
+
## Directories & Files Specific For This Repository
56
56
57
-
The following directories and files are specific for this repository (playwright-python-blueprint), and may require modification or removal
58
-
if transferring this code into a new repository.
57
+
The following directories and files are specific for this repository, and may require modification or removal if transferring this code into a new repository.
59
58
60
-
-`.github/`: This directory has the code used to manage our repo and pipelines including CI/CD checks. You may find some useful for your own repo, especially if you are using GitHub to manage your code.
59
+
-`.github/`: This directory has the code used to manage our repository and pipelines including CI/CD checks. You may find some useful for your own repository, especially if you are using GitHub to manage your code.
61
60
-`.vscode/`: This directory houses the default recommended configuration and settings for VSCode, if you use it as an IDE.
62
61
-`docs/`: This directory houses the documentation for this repo (including documents like this one).
63
62
-`scripts/`: This directory houses the scripts used by this repo, primarily as part of the CI/CD checks.
64
-
-`tests_utils/`: This directory houses the unit tests for the utilities provided by this repo. You may want to copy these over if you want to ensure utilities are behaving as expected.
63
+
-`tests_utils/`: This directory houses the unit tests for the utilities provided by this repository. You may want to copy these over if you want to ensure utilities are behaving as expected.
65
64
-`.editorconfig`, `.gitattributes`, `.gitignore`, `.gitleaks.toml`, `.gitleaksignore`: These files are configuration for git, and quality and security checks provided via the CI/CD checks.
0 commit comments