diff --git a/docs/Development.md b/docs/Development.md index bf978bd..0255149 100644 --- a/docs/Development.md +++ b/docs/Development.md @@ -74,4 +74,8 @@ Currently there are two environments 7. Do `git commit -m "MESSAGE"` or press the big blue "Commit" button (VSCode) 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. \ No newline at end of file +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` \ No newline at end of file