Use of GitHub Actions with Allure and Playwright #2836
Unanswered
elAlmani
asked this question in
Questions & Support
Replies: 0 comments
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:
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