CodeceptJS - Codefresh Integration

There is a new cool CI/CD in town and the integration is also just a piece of cake.

  1. Create a codefresh.yml in the root of your repo.
  1. In your codefresh dashboard, you can choose that .yml file from there.

  1. This is how run test command is defined.
  1. After the build is triggered, this is what you see in the run logs.

@peterngtr the “main_clone” step can be ommited and I suggest to use “npm ci” instead of “npm install” in CI systems.