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

@@ -153,7 +153,7 @@ It is possible to use your own self-hosted Stable Diffusion WebUI with AutoGPT.
## `WebSearchComponent`
Allows agent to search the web. Google credentials aren't required for DuckDuckGo. [Instructions how to set up Google API key](../../AutoGPT/configuration/search.md)
Allows agent to search the web. Google credentials aren't required for DuckDuckGo. [Instructions how to set up Google API key](../../classic/configuration/search.md)
### `WebSearchConfiguration`

View File

@@ -3,7 +3,7 @@
## 🛠️ Build your own Agent 🛠️
!!! warning
If you are trying to use AutoGPT this is not the tutorial for you! You need to use [this one](../AutoGPT/setup/index.md)
If you are trying to use AutoGPT this is not the tutorial for you! You need to use [this one](../classic/setup/index.md)
Forge is a ready-to-go template for *your* agent application. All the boilerplate code is already handled, letting you channel all your creativity into the things that set *your* agent apart.