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: README.md
+38-9Lines changed: 38 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ This project is designed to provide a blueprint to allow for development teams t
15
15
-[Configuration](#configuration)
16
16
-[Getting Started](#getting-started)
17
17
-[Utilities](#utilities)
18
+
-[Using Environment Variables For Secrets](#using-environment-variables-for-secrets)
18
19
-[Contributing](#contributing)
19
20
-[Contacts](#contacts)
20
21
-[Licence](#licence)
@@ -33,8 +34,6 @@ To utilise the blueprint code, you will need to have the following installed:
33
34
34
35
-[Python](https://www.python.org/downloads/) 3.12 or greater
35
36
36
-
> NOTE: There are currently known issues with Python 3.13 and Playwright, so if you encounter issues running this project whilst using Python 3.13 it is recommended to downgrade to Python 3.12 in the interim.
37
-
38
37
Whilst not required to get started, you may also want to [configure a Python virtual environment for your project](https://docs.python.org/3/library/venv.html) before proceeding with
39
38
the configuration. If you are using an IDE such as Visual Studio Code or PyCharm, you will normally be prompted to do this automatically.
40
39
@@ -73,14 +72,44 @@ For additional reading and guidance on writing tests, we also recommend reviewin
73
72
74
73
## Utilities
75
74
76
-
This blueprint also provides the following utility classes, that can be used to aid in testing:
75
+
This blueprint provides the following utility classes, that can be used to aid in testing:
0 commit comments