mirror of
https://github.com/LD-Reborn/Berufsschule_HAM.git
synced 2025-12-20 06:51:55 +00:00
Added note to Development.md regarding E2E tests
This commit is contained in:
@@ -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.)
|
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.)
|
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.
|
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`
|
||||||
Reference in New Issue
Block a user