When running an actor for automated QA
When running an actor for automated QA testing, is the ACTOR_MAX_PAID_DATASET_ITEMS variable set ? If yes how much ?
I am asking this because i want to make sure that actor scrapes only first 2 pages when running automated QA tests. What are the ways here ?
1 Reply
correct-apricot•2y ago
It takes the input as it is, i.e. it dosnt add or change anything. It works with default values. So either you have an Actor that only scrape one thing, e.g. Instagram profile scraper, where it scrapes one profile, or you have also a max item field in the input and you prefill it with 10, for example Instagram Hashtag scraper. The ACTOR_MAX_PAID_DATASET_ITEMS variable is set by defaul to everything and cannot be prefilled.