Documentation: Combine testing documentation together

Bring together the docs on running tests, with the ones on writing them
which were hidden in Browser/Patterns.md

I've made a few adjustments while I was at it, because RunningTests.md
was a bit outdated and didn't mention `Meta/ladybird.sh test`. It's
possible they're still outdated and wrong, but I'm not familiar enough
with that area to know.
This commit is contained in:
Sam Atkins 2024-10-22 15:18:06 +01:00 committed by Andreas Kling
commit c036e87d46
Notes: github-actions[bot] 2024-10-23 07:03:55 +00:00
6 changed files with 163 additions and 133 deletions

View file

@ -60,7 +60,7 @@ For more information on how the CMake cache works, see the CMake guide for [Runn
## Tests
For information on running host and target tests, see [Running Tests](RunningTests.md). The documentation there also contains useful information for debugging CI test failures.
For information on running host and target tests, see [Testing](Testing.md). The documentation there also contains useful information for debugging CI test failures.
## Clang-format updates