How can we configure github actions yaml file to see the the allure report in gh-pages?? #2579
Unanswered
AugustineAutoGit
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
-
How can we configure github actions yaml file to see the the allure report in gh-pages??
Like when we run 'npx allure serve output' in local it open the browser to show the report with Pass/Fail/Skip status
How can we setup the same in github actions yaml file??
I tried the way mentioned here:
https://allurereport.org/docs/integrations-github/
but the page is not loading components:
![image](https://private-user-images.githubusercontent.com/62946633/335258077-394b52ba-fba0-4436-8e6b-3599a75582db.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwNzc5ODksIm5iZiI6MTczOTA3NzY4OSwicGF0aCI6Ii82Mjk0NjYzMy8zMzUyNTgwNzctMzk0YjUyYmEtZmJhMC00NDM2LThlNmItMzU5OWE3NTU4MmRiLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA5VDA1MDgwOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWFkN2Y3MTMyZjlmZjA4MzhmZTA1YmE4N2FjMGY0YjBkZmQ0ZDljYjEwZGM0OTkyMGJlMTVhZDY3NTQwMTM2M2YmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.jnZoEEzAKsTtMjh4VZP49DO8mLYxhv9nSDX1msW6Z2I)
Beta Was this translation helpful? Give feedback.
All reactions