Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kdzwinel opened this issue Jan 7, 2022 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@kdzwinel
Copy link
Member

kdzwinel commented Jan 7, 2022

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

@kdzwinel kdzwinel added the enhancement New feature or request label Jan 7, 2022
This was referenced Jan 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant