You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: