Guides
CI
Running Synpress on CI is very similar to running Playwright on CI. The only difference is that you need an extra step to build the cache before running the tests, like so:
For a complete example of a CI configuration, see this file, which we use internally to run Synpress tests on GitHub Actions.

