I have NodeJS project with jasmine specs . I want to run pre-requisites before running all specs in the suite for creating pre-requisite test data for the complete suite.
For individual spec , it can be done using beforeAll method, but I want to run pre-requisite script once for one complete test run.