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/RepositoryGuide.md
+26-25Lines changed: 26 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -498,36 +498,37 @@ You can also use repositories to fetch or update domain objects, set up test dat
498
498
## Utilities
499
499
500
500
Utility modules provide reusable functions and helpers for common tasks in test automation, such as database interaction, data generation, accessibility scanning, and more.<br>
501
-
All utility guides are located in the `docs/utility-guides/` directory. Each utility typically has a corresponding Python module in the `utils/` directory.
501
+
All utility guides are located in the `docs/utility-guides/` directory. Each utility typically has a corresponding Python module in the `utils/` directory.<br>
502
+
Some utilities also have unit tests created. these unit tests are stored in `test_utils`.
0 commit comments