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

[Feature Request] Investigate adding allure to GitHub Actions CI workflows #613

Open
dandavison opened this issue Aug 19, 2024 · 0 comments · May be fixed by #615
Open

[Feature Request] Investigate adding allure to GitHub Actions CI workflows #613

dandavison opened this issue Aug 19, 2024 · 0 comments · May be fixed by #615
Labels
enhancement New feature or request

Comments

@dandavison
Copy link
Contributor

https://allurereport.org/
https://allurereport.org/docs/pytest/
https://allurereport.org/docs/integrations-github/

The feature providing correlation of results across historical runs sounds particularly interesting, if it works well.

I was able to generate a nice-looking report locally via

brew install allure
pip install allure-pytest
python -m pytest --alluredir allure-results tests/worker/test_workflow.py
allure serve allure-results
@dandavison dandavison added the enhancement New feature or request label Aug 19, 2024
@dandavison dandavison linked a pull request Aug 20, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant