Protractor - beforeAll and afterAll undefined
I am using Protractor with jasmine. Protractor version is 3.2.2 , I found this using the command protractor --version . How to find the jasmine version used by protractor. When I read the updgrade doc , I couldn't find the steps to upgrade jasmine, all I found is to add jasmine2 in configuration file. My configuration file looks like this exports.config = { framework: 'jasmine2', .... } But I still was not able to use beforeAll and afterAll . Am I missing anything here. Since beforeAll and afterAll are undefined I think the version of jasmine used by protractor is not 2x. Any help is greatly