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

executor.json ignored ? #83

Open
sergebagi opened this issue Mar 31, 2024 · 1 comment
Open

executor.json ignored ? #83

sergebagi opened this issue Mar 31, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@sergebagi
Copy link

Hi team,
I noticed that even though executor.json file is part of the allure-result.zip, it is ignored by the allure server
For instance, my executor.json looks like this:

{
    "reportName": "Acme Report",
    "buildOrder": 202403310708,
    "name": "My Test Framework",
    "buildName": "Staging Test Run 2024-03-31T07:08:04 UTC"
}
  • reportName is not substituted in the report at the top left. It still shows "ALLURE REPORT" but it should display "ACME REPORT".
  • name is not substituted in the Executors section in Overview screen. Instead it seems "Allure server generated " is hardcoded.
  • Regarding buildName, we can pass it to the POST /api/report call, so we can still control it. That's fine.
@sergebagi
Copy link
Author

Also buildOrder does not display in the history graph on the X axis

@kochetkov-ma kochetkov-ma self-assigned this Apr 7, 2024
@kochetkov-ma kochetkov-ma added the bug Something isn't working label Apr 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants