# CICD for Serverless Part 1 - Mocha Endpoint Testing

DevFeed: [CICD for Serverless Part 1 - Mocha Endpoint Testing](<https://devfeed.tech/articles/cicd-for-serverless-part-1-mocha-endpoint-testing-14130.md>)

Original publisher: [Read original article](<https://www.serverless.com/blog/cicd-for-serverless-part-1>)

Author: Pete Johnson

Published: 2017-02-17T00:00:00Z

Content type: tutorial

Language: en

Sources: [Serverless Blog](<https://devfeed.tech/sources/serverless-blog.md>)

Topics: [Serverless](<https://devfeed.tech/topics/serverless.md>), [CI/CD](<https://devfeed.tech/topics/cicd.md>), [Mocha](<https://devfeed.tech/topics/mocha.md>), [Testing](<https://devfeed.tech/topics/testing.md>)

Tags: [aws](<https://devfeed.tech/tags/aws.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [cicd](<https://devfeed.tech/tags/cicd.md>), [cloud-computing](<https://devfeed.tech/tags/cloud-computing.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [faas](<https://devfeed.tech/tags/faas.md>), [function-as-a-service](<https://devfeed.tech/tags/function-as-a-service.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [infrastructure-as-code](<https://devfeed.tech/tags/infrastructure-as-code.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [serverless-architecture](<https://devfeed.tech/tags/serverless-architecture.md>), [serverless-framework](<https://devfeed.tech/tags/serverless-framework.md>), [testing](<https://devfeed.tech/tags/testing.md>), [workflow](<https://devfeed.tech/tags/workflow.md>)

## AI overview

Part 1 of a two-part tutorial on implementing a CI/CD workflow for a Serverless project, focusing on Mocha endpoint testing.

## Source excerpt

Part 1 of 2 on how to implement a CICD workflow for a Serverless project