webhintio / hint

💡 A hinting engine for the web

Home Page:https://webhint.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature] Option to append cookies to the requests

kuba-orlik opened this issue · comments

🚀 Feature request

Description

An optional --cookie flag that would let the user append a cookie header to the request that Webhint makes to the provided URL.

Details

I want to test a page that's only available to logged in users. I get the session cookie within a mocha test and would like then to analyse the logged-in view with webhint

Thanks. I'm using the jsdom connector