如何使用带有登录详细信息的灯塔?

时间:2019-07-18 12:48:26

标签: javascript node.js json jwt lighthouse

我已经尝试过使用以下脚本生成灯塔报告,该脚本对于登录页面运行正常,而在身份验证后对于页面运行不正常。

@For /F "UseBackQ Delims=" %%A In ("./urls.txt"
) Do @LightHouse "%%A"   lighthouse --emulated-form-factor=desktop  --quiet --chrome-flags="--headless" --extra-headers=./headers.json --throttling-method=provided  --disable-storage-reset=false "disableDeviceEmulation": "true" --view ----output-path "C:\Users\sujith\Desktop\test.html" --only-categories=performance,accessibility

我尝试按照以下方式在headers.json中传递cookie,但是它不起作用。

{
  "Cookie": "my-key=myvalue;"
}

网址是否存在问题(不安全)?

   http://localhost:3000/#/
   http://localhost:3000/#/collections
   http://localhost:3000/#/home

0 个答案:

没有答案