Skip to content

Make it possible to pass configuration to collectors (and reporters) #60

Open
@kdzwinel

Description

@kdzwinel

It should be possible to pass configuration to collectors (and, less importantly, reporters) from the config file e.g.

{
    
    "dataCollectors": ["requests", "apis", {id: "screenshots", settings: {fullPage: true}}],
    "urls": [
        {"url": "one.test", "dataCollectors": ["targets", {id: "screenshots", settings: {fullPage: false}}]},
        
    ]
}

This is somehow blocked by #23

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions