Skip to content

Define how the crawler is supposed to crawl and how to store its data #4

@marco-c

Description

@marco-c

We should decide how to navigate the web and how to store the data.
The simplest option is:

  1. Follow any link / interact with any element on the page;
  2. Store in a file the steps taken;
  3. Parse coverage data and store coverage report (the name of the report could be WEBSITE_URL-INDEX_OF_STEP_IN_STEPS_FILE.json);
  4. Whenever we have to switch to a different website, restart Firefox to reset the coverage data to 0.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions