browsermob-proxy
browsermob-proxy copied to clipboard
Support for selenium tests written with javascript/typescript and using jest.
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.