allure-framework / allure-framework/allure3
Some information is missing on Classic report plugin view
- Dominant language
- HTML
- Stars
- 401
- Forks
- 58
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 34
Description
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:



The other menu pages display info well, like:

Contributor guide
Research direction
Reproduce the report with Cypress 13.17, Allure 3.0.0-beta.10, and the shown allurerc.mjs configuration by running `npx allure generate allure-results -o allure-report`. Compare the classic plugin pages in the generated report with the pages that display information. Done means the missing information shown in the screenshots appears in the corresponding classic view.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cypress, typescript
- Domain
- frontend, testing-qa
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100