javascript - Unit tests Angular + Protractor -


sorry broken english - google translator. know unit tests can karma. possible protractor? without karma?

it technically possible-you use https://github.com/angular/protractor/blob/master/docs/api.md#api-webdriver-webdriver-prototype-executescript load jasmine(or other testing framework) , unit tests in browser instance, run them, highly unadvisable. recreating karma protractor.

keep protractor e2e tests , karma unit tests.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -