javascript - Is it possible to test flow using Protractor without login flow? -
i want test flow using protractor occurs after login page, can bypass or skip or avoid login while testing flow?
one option instead of opening fresh browser instance each test, open firefox loading firefox profile saved when logged in. aside many other things, profile contains cookies, used login session validation:
- log in application via firefox
- open help->troubleshooting information->profile folder->show in finder (for mac os)
- copy path profile
- use
setfirefoxprofile
howto learn how load profile every time run tests
Comments
Post a Comment