Currently, there is a hacky way to use local tests without TESTER_APIFY_TOKEN by using RUN_ALL_PLATFORM_TESTS and then passing a specific run.
This is hacky unintended usage. If we need to support this use-case (maybe we don't?), let's have more dedicated option to run without TESTER_APIFY_TOKEN. Could be e.g. RUN_IDS env var or option?
Currently, there is a hacky way to use local tests without
TESTER_APIFY_TOKENby usingRUN_ALL_PLATFORM_TESTSand then passing a specific run.This is hacky unintended usage. If we need to support this use-case (maybe we don't?), let's have more dedicated option to run without
TESTER_APIFY_TOKEN. Could be e.g. RUN_IDS env var or option?