catchpoint/WebPageTest.api-nodejs

API Parameters Parity

tkadlec opened this issue · 1 comments

We've got a few parameters available in the API that are not available in the wrapper. @abdulsuhail went through and cataloged them:

  • Format support (f)
  • Web10
  • Viewport Width in css pixels (width)
  • Viewport Height in css pixels (height)
  • browser_width
  • Browser_height
  • Device pixel ratio - dpr
  • mobileDevice (present in commands but not in function)
  • Appendua
  • test-type (lighthouse/traceroute)
  • Profiler (1 - enable v8 sampling profiling)
  • disableAVIF
  • disableWEBP

We should work on getting these added to the wrapper.

Fixed with #145