Shelex / cypress-allure-plugin

cypress plugin to use allure reporter api in tests
https://shelex.github.io/cypress-allure-plugin-example/
Apache License 2.0
156 stars 43 forks source link

Deploy Allure report to github action #227

Closed fauzisunarya closed 6 months ago

fauzisunarya commented 6 months ago

hello, please make a procedure deploy allure report to github action, because i try always failed, please help me

Shelex commented 6 months ago

Hi @fauzisunarya Thank you for opening an issue.

This plugin responsibility is just gathering information during test execution and saving results. However, there are multiple examples across github and in this repository as links - https://github.com/Shelex/cypress-allure-plugin?tab=readme-ov-file#examples

Anyway, I see you have a repo fauzisunarya/report with report being generated and published to github pages, so I am not sure what is the issue here.