Skip to content

how to set automation trigger when my front-end and back-end repo have codecommit? #3685

Closed Answered by EgorBodnar
Bagel-tvbs asked this question in Q&A
Discussion options

You must be logged in to vote

This question is not related to the Codecept js framework, but here's where you need to move:

  • You need to build a ci/cd pipeline of projects so that you can listen to the FE/BE repositories and build the FE/BE on push/PR creation, clone out your auto-test framework and run tests.

  • Or you can do this on pre-commit and run tests locally (see husky), but the process of developers committing to the project slows down so much that developers will just start skipping this step.

If you do decide to do it on the CI/CD side, here's what you need to learn depending on the CI/CD system itself on your project:

  1. Jenkins Pipeline: You can set up Jenkins to automatically run the pipeline when you …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@kobenguyent
Comment options

Answer selected by EgorBodnar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants