I have been unit testing angular forms validation using Jasmine and Karma. Now I want to use protractor and karma for the same thing. To test if the inputs are valid or not (maxlength, required, etc).
Is it possible in protractor, since it is used for end to end testing?
Thanks,