Using Cypress in CI

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
MarijShahzad
Level 1
Level 1
First question asked Welcome!

Hey I am new in using cypress. I am looking for a approach to my run cypress scripts automatically where my application code is deployed on Gitlab and I want that my scripts run every time after a code merge and before deployment. I would really appreciate some help. 

0 Likes
1 Solution
FirmEngineer
Level 2
Level 2
5 sign-ins First like received First solution authored

Consider making a Docker container in your repo, then add a runner to Gitlab to trigger a build each time a push is made. See more:
https://docs.gitlab.com/ee/ci/docker/using_docker_build.html

View solution in original post

0 Likes
2 Replies
Vasanth
Moderator
Moderator
Moderator
250 sign-ins 500 solutions authored First question asked

Hi,

Could you please let me know the micro-controller or device you are using ? Which IDE are you using ? ModusToolBox ? Please let me know us more about your use case to help you better.

Best Regards,
Vasanth 

0 Likes
FirmEngineer
Level 2
Level 2
5 sign-ins First like received First solution authored

Consider making a Docker container in your repo, then add a runner to Gitlab to trigger a build each time a push is made. See more:
https://docs.gitlab.com/ee/ci/docker/using_docker_build.html

0 Likes