Skip to content

Blank page on allure serve/open command #78

@Kaushik6Test

Description

@Kaushik6Test

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-
allure report blank

I am not sure on what I am doing wrong in my 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