From 96641acdb5a827053068fac526b267d0f513bc18 Mon Sep 17 00:00:00 2001 From: Alexander <94972293+AlexVOiceover@users.noreply.github.com> Date: Tue, 19 Nov 2024 15:41:18 +0000 Subject: [PATCH] Alex_Review --- Week_05.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/Week_05.md b/Week_05.md index 62fccdb..2d83437 100644 --- a/Week_05.md +++ b/Week_05.md @@ -51,6 +51,14 @@ Created workflows in .github/workflows to automate pull request processes. - Testing routes and functionality of the backend. ## Feedback (For CF's) -> [**Course Facilitator name**] -> [*What went well*] +> [**Course Facilitator name**] + +Alexander + +> [*What went well*] + +Basic understanding of testing setup with both unit tests and Cypress. Good grasp of environment separation and deployment workflow concepts. + > [*Even better if*] + +Add more complex test examples, your current ones only show basic configuration. Since you mentioned struggling with routes and backend testing, show specific examples of what routes gave you trouble.