docs: add docs for writing playwright tests (#8877)

<!-- Clearly explain the need for these changes: -->
Nick wants others to be able to write tests besides Nick

### Changes 🏗️

<!-- Concisely describe all of the changes made in this pull request:
-->
- Fixes various import errors across the docs to fix dead links
- Adds Docs for making and debugging your own tests

---------

Co-authored-by: Swifty <craigswift13@gmail.com>
This commit is contained in:
Nicholas Tindle
2024-12-04 12:17:17 -06:00
committed by GitHub
parent d4edb9371d
commit 6b742d1a8c
10 changed files with 203 additions and 24 deletions

View File

@@ -15,7 +15,8 @@ nav:
- Using Ollama: platform/ollama.md
- Using D-ID: platform/d_id.md
- Blocks: platform/blocks/blocks.md
- Contributing:
- Tests: platform/contributing/tests.md
- AutoGPT Classic:
- Introduction: classic/index.md
- Setup: