Skip to content

Issue DEPRECATION : Setting randomizeTests directly is deprecated, please use the random option in configure #101

Description

@ajakhar

While running jasmine tests, I am getting the following deprecation warning:
Setting randomizeTests directly is deprecated, please use the random option in configure

I check the code and as mentioned in readme file also that we can pass config object to jasmine.loadConfig method.
This needs to be changed for new versions of jasmine and we have to use configure method.
Like this
jasmine.env.configure(options.config)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions