Core Modules@serenity-js/coreSerenityconfigureexternalconfigure Callableconfigure(config: SerenityConfig): voidConfigures Serenity/JS. Every call to this function replaces the previous configuration provided, so this function should be called exactly once in your test suite. This function is an alias for Serenity.configure. configure vs engageIf you want to retain the configuration but reset the cast of actors, use engage instead.Parametersexternalconfig: SerenityConfigReturns void
Configures Serenity/JS. Every call to this function replaces the previous configuration provided, so this function should be called exactly once in your test suite.
This function is an alias for
Serenity.configure
.engage
instead.