8000 Some information is missing on Classic report plugin view · Issue #138 · allure-framework/allure3 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Some information is missing on Classic report plugin view #138

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

Open
koreyba opened this issue Apr 2, 2025 · 0 comments
Open

Some information is missing on Classic report plugin view #138

koreyba opened this issue Apr 2, 2025 · 0 comments

Comments

@koreyba
Copy link
koreyba commented Apr 2, 2025

I use Cypress 13.17 on Typescript.
Allure version: allure/3.0.0-beta.10 win32-x64 node-v23.9.0

I generate report using command:
npx allure generate allure-results -o allure-report

My config allurerc.mjs file contains:

import { defineConfig } from 'allure'

export default defineConfig({
	name: 'Allure Report Example2',
	output: './out/allure-report',
	plugins: {
		classic: {
			options: {
				reportName: 'HelloWorld',
			},
		},
		awesome: {
			options: {
				singleFile: false,
				reportLanguage: 'en',
			},
		},
	},
})

I don't like how the "awesome" report looks like as it lacks all the menu that classic view has.
Yet, in classic menu the information is not displayed:

Image

Image

Image

The other menu pages display info well, like:

Image

@koreyba koreyba changed the title Some information is missing Conlassic report plugin view Some information is missing on Classic report plugin view Apr 2, 2025
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
0