Added note to Development.md regarding E2E tests

This commit is contained in:
2025-11-19 23:11:28 +01:00
parent 272246aa92
commit 4e664029ff

View File

@@ -75,3 +75,7 @@ Currently there are two environments
8. Do `git push` (in the "GRAPH" section there are a few buttons, one of which has an upward facing arrow and the mouseover text "Push"; use this one.)
9. After committing and pushing your changes, create a pull request in GitHub. (optional: Assign @LD-Reborn for code review.)
10. Once there are no requested changes / the review is approved, merge the branch. If you encounter merge conflicts, contact @LD-Reborn.
# How to perform E2E tests
1. `cd tests/Berufsschule_HAM.E2ETests`
2. `dotnet build && dotnet test`