CI recipes
CircleCI
Using Momentic with CircleCI
The YAML example below assumes you have stored your API key as a secret named MOMENTIC_API_KEY
in your project settings.
This configuration also assumes that the command npm run start
will start your app on localhost:3000
. If you are testing against a persistent staging or production server, you can remove --wait-on
and --start
.
Finally, this configuration assumes that you have committed your Momentic tests and configuration files to your Git repository.
Was this page helpful?