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

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -