CodeceptJS - Azure Pipelines Integration

Let’s meet another awesome CI/CD from Microsoft - Azure Pipelines.

Example config:

Basically, the setup would be very straight forward.

Visit this https://azure.microsoft.com/en-us/services/devops/pipelines/ then choose Start Free with Github

After signing in, you can create your new project, for instance:

To create your first pipeline

Click New Pipeline button and it will ask you where your code is stored

Next is choose your repo. Now it shows you some configurations you can choose to setup your pipeline. In this tutorial, I choose Node.js and edit as following

Okay, it’s time to trigger your first build and enjoy it :slight_smile:

Thank you for posting this. I was able to create and build pipelines successfully. But I want the tests to run as part of release pipeline and publish test results to validate. Can you please provide the steps to achieve this.

1 Like