Skip to content

Commit

Permalink
Merge pull request #1008 from DSD-DBS/docs-how-to-handle-spec-files
Browse files Browse the repository at this point in the history
docs: Describe how to handle frontend testing
  • Loading branch information
MoritzWeber0 authored Sep 12, 2023
2 parents 803fd4e + 1eec6ec commit 74cbc7e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/development/docs/frontend/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 74cbc7e

Please sign in to comment.