All,
Thank you in advance.
I am running a single functional test using intern and local selenium. When I start the test, the following happens:
- Chrome opens
- Lots of stuff runs (not mine).
- My test finally runs
I looked at the selenium output and tracked it down to this file:
node_modules/leadfoot/Server.js
It appears that this file is getting executed prior to my test.
I am also trying to run against browserStack and having issues with lots of GETs being called before my tests start.
My questions: 1. Is this just the way things work, or am I doing something wrong? 2. I understand that leadfoot makes the browser run faster. Is this how that happens? 3. Is there a way to disable this?