browsermob-proxy icon indicating copy to clipboard operation
browsermob-proxy copied to clipboard

Support for selenium tests written with javascript/typescript and using jest.

Open NVK15 opened this issue 4 years ago • 0 comments

In my project, the automation tests are written in typescript and have used jest as the framework. I want to add request header for certain POST request made while running automation tests.

Q1: How to configure browserMob-proxy for tests written in typescript / javascript? Q2: How to add request header for certain POST request made while running automation tests?

I'm using following node modules: "selenium-webdriver": "4.0.0-alpha.1", "jest": "^23.6.0", "chromedriver": "^87",

All examples which I see is for JAVA / Python based automation tests.

Would appreciate any help / direction on how to proceed.

NVK15 avatar Jan 21 '21 23:01 NVK15