-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Description
I have been trying to figure out why the report which is being generated is blank when opened.
My version and configuration are as follows-
jest version- 27.0.1
jest allure version-0.1.3
jest.config.js
module.exports = {
setupFilesAfterEnv: ["jest-allure/dist/setup"],
testRunner : 'jest-jasmine2',
testMatch: ['**/*.test.js'],
testEnvironment: "node",
}
My test cases passes well and does generates allure-results folder and allure generate command generates allure report folder without any issue. But when I finally run allure serve /open command to see the report the page is simply blank. I can see some errors thrown in the console which I am sharing here-
I am not sure on what I am doing wrong in my config.
Metadata
Metadata
Assignees
Labels
No labels