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

How to view test screenshots results in github actions #470

Closed
mr-scrpt opened this issue Jul 26, 2023 · 2 comments
Closed

How to view test screenshots results in github actions #470

mr-scrpt opened this issue Jul 26, 2023 · 2 comments
Labels

Comments

@mr-scrpt
Copy link

I'm trying to configure ci using github actions and the tests using storybook and loki don't pass, although locally they do, I see that it happens in components that use transliteration, but I'm not sure exactly. And since I don't have problems locally, I can't see what exactly the problem is, since the tests crash and I can't see screenshots of the components with errors. Is it possible to save the screenshots that loki takes so that I can see them after a failed commit?

@techeverri
Copy link
Collaborator

Since you're using GitHub Actions, you could store the workflow data (Loki results) as artifacts.

More info on "workflow artifacts" here:

@techeverri
Copy link
Collaborator

For questions, please use https://github.com/oblador/loki/discussions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants