-
-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
qa/replay crawl loading improvements (#526)
- use frame.load() to load RWP frame directly instead of waiting for navigation messages - retry loading RWP if replay frame is missing - support --postLoadDelay in replay crawl - support --include / --exclude options in replay crawler, allow excluding and including pages to QA via regex - improve --qaDebugImageDiff debug image saving, save images to same dir, using ${counter}-${workerid}-${pageid}-{crawl,replay,vdiff}.png for better sorting - when running QA crawl, check and use QA_ARGS instead of CRAWL_ARGS if provided - ensure empty string text from page is treated different from error (undefined) - ensure info.warc.gz is closed in closeFiles() misc: - fix typo in --postLoadDelay check! - enable 'startEarly' mode for behaviors (autofetch, autoplay) --------- Co-authored-by: Tessa Walsh <[email protected]>
- Loading branch information
Showing
4 changed files
with
166 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.