-
Hi, I wanted to know if there is any way of running synpress as a github action on push similar to how cypress action works. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Hey @avp1598. Yes, you can run synpress as github action. This is what we do on our repositories. You can find an example here: Also a lot of informations in this issue: Thanks, |
Beta Was this translation helpful? Give feedback.
Hey @avp1598.
Yes, you can run synpress as github action. This is what we do on our repositories.
You can find an example here:
https://github.com/Synthetixio/synpress/blob/dev/.github/workflows/audit_and_lint.yml#L84
+
https://github.com/drptbl/synpress-setup-example/blob/master/.github/workflows/e2e.yml
Also a lot of informations in this issue:
#498 (comment)
#498 (comment)
Thanks,
Jakub.