diff --git a/src/frontend/src/content/docs/testing/accessing-resources.mdx b/src/frontend/src/content/docs/testing/accessing-resources.mdx index e93608236..6bd78e6bb 100644 --- a/src/frontend/src/content/docs/testing/accessing-resources.mdx +++ b/src/frontend/src/content/docs/testing/accessing-resources.mdx @@ -46,6 +46,16 @@ await app.ResourceNotifications.WaitForResourceHealthyAsync( This resource-notification pattern ensures that the resources are available before running the tests, avoiding potential issues with the tests failing due to the resources not being ready. + + ## Start & Stop In some cases, you may want to manually start a resource when it is not initially started, for when the resource was created `WithExplicitStart` for example.