Skip to content

Try to parallelise the test running algorithm #22

@hrj

Description

@hrj

Currently, the test runs sequentially:

  1. Navigate to test URL
  2. Take a screenshot
  3. Compare the test and reference screenshots

If we used a simple actor system, we could do #3 in separate actor.

Down the line we could parallelize it even more:

  • Pre-fetch URLs to warm up the OS cache
  • Open more than one window in the browser, so that navigation to different test URLS could be done in parallel.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions