On Protractor github it says "Protractor is an end to end test framework for AngularJS",
from what i read over the net AngularJS Scenario Runner is deprecated, and shouldn't be used
anymore, and Karma, well to tell the truth i use it to run jasmine tests but i'm not even
sure it's can be used to run E2E.
So what should i use? is Protractor is the answer, should I use it?
Is AngularJS Scenario Runner really deprecated?