The End-to-End testing framework for AngularJS.
describe('The feature', function() { beforeEach(function () { browser.executeScript('localStorage.setItem("key","value");'); }); it('should do this', function() { }); }); but i …
javascript selenium-webdriver protractor angularjs-e2e