Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sources/platform/actors/publishing/testing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This helps us to flag Actors that temporarily don't work as expected `under main

### How we test

The test runs the Actor with its default input (defined by the **prefill** option in the input schema file)
The test runs the Actor with its default input (defined by the [**prefill**](https://docs.apify.com/platform/actors/development/actor-definition/input-schema/specification/v1#prefill-vs-default-vs-required) option in the input schema file)
and expects it to finish with a **Succeeded** status and non-empty default dataset within 5 minutes of the beginning of the run.

![Actor page](./images/actor-test.webp)
Expand Down