I want to use lodash functions in my protractor spec, I'm using _.forEach() to fill a form with values.
How do I get lodash into my protractor script so that I can use it?
I'm not asking how to use it in my app, but in the actual running protractor scripts