CI/CD pipeline on Cypress/Playwright automated tests

Dear community,
I have been working on e2e tests following the Retool Cypress/Playwright playbook.

Now thinking about how to enforce those to be ran before pushing any change to production :thinking:

Just wondering, did anybody manage to set up with this kind of pipelines in Retool?
I assume I will need to host the tests somewhere and ask retool to make a http call to execute them on a draft created or so... Maybe via Retool workflows?

Looking forward to hear your approach and ideas!

You can definitely spin them off as a GitHub Action when you open a PR. This requires you to have the GitHub integration option available. Here is an example from cypress: Run Cypress tests in GitHub Actions: A Step-by-Step Guide | Cypress Documentation

1 Like