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

Not getting data in report #10

Open
QA-Rahul opened this issue Jun 30, 2021 · 3 comments
Open

Not getting data in report #10

QA-Rahul opened this issue Jun 30, 2021 · 3 comments

Comments

@QA-Rahul
Copy link

Somehow my report is generating empty.

image

Is there anything I am missing. I can see all the files are getting generated but those are also empty.

I am using Java, Selenium and Maven. I have not added anything in as code in project for allure, I directly add what is required in github actions .yml file.

Please let me know if it need any other specific configuration.

@saikirangit
Copy link

Were you able to resolve this?

@emarty-maze
Copy link

@QA-Rahul @saikirangit I fixed the issue by copying the action from the workflow in the repo:

https://github.com/simple-elf/allure-report-action/blob/master/.github/workflows/allure-report.yml

- name: Allure Report action from marketplace
  uses: simple-elf/allure-report-action@master
  if: always()
  #id: allure-report
  with:
    allure_results: allure-results
    #gh_pages: gh-pages
    #allure_report: allure-report
    allure_history: allure-history
    keep_reports: 20

@mgrybyk
Copy link

mgrybyk commented Feb 8, 2024

Hello,
I'm not sure if this action is still maintained. I may suggest using https://github.com/marketplace/actions/allure-report-with-history-per-branch-js

@emarty-maze @QA-Rahul @saikirangit

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

4 participants