Record In Browser Network Communication inside End to End tests (Selenium* + NodeJs)
1 min readMar 10, 2019
One little and fun challenge. We need to end to end a script with intensive network communication. We have a standard and framework agnostic setup. It is doesn’t matter which of the framework we use on NodeJs. Let’s focus on communication. You could be surprised that the majority of protocols in the selenium test are JSON/HTTP.So be careful and aware when you intensively use a framework features.
How to mock Image src ?
Full story