Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blank page on allure serve/open command #78

Open
Kaushik6Test opened this issue Aug 4, 2021 · 0 comments
Open

Blank page on allure serve/open command #78

Kaushik6Test opened this issue Aug 4, 2021 · 0 comments

Comments

@Kaushik6Test
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant