Use of GitHub Actions with Allure and Playwright #2836
Unanswered
elAlmani
asked this question in
Questions & Support
Replies: 1 comment
-
Or to phrase it better. e.g. branch/allure-report/allure-report-files |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using Playwright for e2e-test automation and Allure for test reporting.
This is my yaml file as shown on https://allurereport.org/docs/integrations-github/
(The important stuff is starting below publish-results)
And after every push i am running into a small issue, though i am not sure if it is actually an issue or meant to be that way:
![image](https://private-user-images.githubusercontent.com/169059276/399182565-16b38620-051e-4c4e-8b9b-0d44047d9137.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4NjgyOTEsIm5iZiI6MTczODg2Nzk5MSwicGF0aCI6Ii8xNjkwNTkyNzYvMzk5MTgyNTY1LTE2YjM4NjIwLTA1MWUtNGM0ZS04YjliLTBkNDQwNDdkOTEzNy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA2JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwNlQxODUzMTFaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1jMDFlZDc1MmRiODc4MDRhOGNmNTQ3MmM2N2Y5NjI0OTAzZDM5MmRmMjRjMzIwYjc2ODcwYWUxMzliNDRkNzMwJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.sFppWOV0ugwb87vCSaBZkcmovEYA09OYXj6L5x-FPZI)
Instead of creating a folder in root repository for every push isn't there a better approach ?
Like for example making it possible to have it inside a defined folder so it doesn't clutter up the root directory. Or only keep a certain amount of tests in the history (e.g. up to 20)
From the current tutorial on https://allurereport.org/docs/integrations-github/ i don't know how to fix this
Any help is appreciated 😄 ❤️
Kind Regards
elAlmani
Beta Was this translation helpful? Give feedback.
All reactions