Activity
Support and generate .mjs config files
Support and generate .mjs config files
Set forbidDuplicateNames: true in newly generated configs
Set forbidDuplicateNames: true in newly generated configs
Don't suggest jasmine as a variable name, to avoid confusion with jas…
Don't suggest jasmine as a variable name, to avoid confusion with jas…
Handle non-serializable expected and actual values in parallel mode
Handle non-serializable expected and actual values in parallel mode
Moved eslint config out of package.json
Moved eslint config out of package.json
Wrap help text to the terminal width
Wrap help text to the terminal width
--verbose flag to print configuration debugging info
--verbose flag to print configuration debugging info
Further reduce log flooding when parallel execution terminates early
Further reduce log flooding when parallel execution terminates early
Fixed API docs for Runner#loadConfigFile
Fixed API docs for Runner#loadConfigFile
Issue a deprecation warning if both jasmine.js and jasmine.json are f…
Issue a deprecation warning if both jasmine.js and jasmine.json are f…
Clarify that ENOENT handling is potentially specific to Testdouble.js
Clarify that ENOENT handling is potentially specific to Testdouble.js
Fixed support for importing namespaced modules e.g. @serenity-js/jasmine
Fixed support for importing namespaced modules e.g. @serenity-js/jasmine
Pull request merge
Fixed config file detection when ES custom loaders (--loader=) are used
Fixed config file detection when ES custom loaders (--loader=) are used
Fixed state leak between multiple Jasmine instances run consecutively
Fixed state leak between multiple Jasmine instances run consecutively