I need to know if there is a way to include or use a beforeAll function, or something similar, so I can login to my application and then start testing.
Right now I\'m pu
This is now much easier. As of Jasmine 2.1 (released 14 Nov 2014), there is a beforeAll function built into the framework.
beforeAll
Here are the release notes with everything that was added in 2.1. And here is the documentation explaining beforeAll and afterAll
afterAll