Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
export function registerAllureReporter() {
const allure = new Allure();
const reporter = (global as any).reporter = new Reporter(allure);
jasmine.getEnv().addReporter(new JasmineAllureReporter(allure));
}