allure-framework / allure-framework/allure3

Some information is missing on Classic report plugin view

Open
#138 0 comments 0 reactions 0 assignees View on GitHub
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:

![Image](https://github.com/user-attachments/assets/696f23b7-c93a-4a13-8c6c-f863dc8f8594)

![Image](https://github.com/user-attachments/assets/4fb154ba-fbe7-4349-956d-c121ea811133)

![Image](https://github.com/user-attachments/assets/687029a7-6537-43f6-9374-4f4dad3e4219)

The other menu pages display info well, like:

![Image](https://github.com/user-attachments/assets/dcd0b760-e6ef-4634-a188-487180d8eca3)

Contributor guide

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.