Jul 10, 2017 · 1 min read
hi , i like so much your post and i have one question to ask.
Since i am still new with circleCi , and i am using the same method that you are doing (which is having separate protractor and pulling the frontend and the backend) , everything is fine and the protractor is working and testing locally. but the method browser.getCurrentUrl().then((url)=> {
assert.deepEqual(‘’www.google.com’, url);
});
is not working on CircleCi while locally it works fine. so can you help me or is there any good documentation about how browser interact with CircleCi
