Skip to content

Why is lighthouse disabled in script mode? #187

Description

@jampow

Hi, is there a reason to disable lighthouse option in script mode?

I have some pages in ABTest and need to set a cookie to test the right variation, but I would like to see the lighthouse report too.

if audit.page is not None:
payload["url"] = audit.page.url
payload["lighthouse"] = 1
payload["k"] = audit.page.project.wpt_api_key
wpt_instance_url = audit.page.project.wpt_instance_url
elif audit.script is not None:
payload["script"] = audit.script.script
payload["k"] = audit.script.project.wpt_api_key
wpt_instance_url = audit.script.project.wpt_instance_url

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