From 1eec6ece71ab857a1ddcb9e86e4b3a680970cf99 Mon Sep 17 00:00:00 2001 From: dominik003 Date: Mon, 11 Sep 2023 14:10:09 +0200 Subject: [PATCH] docs: Describe how to handle frontend testing --- docs/development/docs/frontend/testing.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/development/docs/frontend/testing.md b/docs/development/docs/frontend/testing.md index e4f31d2da..cc16859b6 100644 --- a/docs/development/docs/frontend/testing.md +++ b/docs/development/docs/frontend/testing.md @@ -5,6 +5,12 @@ # Frontend Testing +**Note:** While frontend testing is valuable, the process of writing and maintaining +such tests can be challenging and time-consuming in certain instances. Therefore, +our team does not require frontend tests for every component or service. +Please ensure that ".spec" files are only included if they have active tests. +Before writing tests, consider the overhead and weigh it against the potential benefits. + ## Unit & Integration testing ### Technologies