Remove nodejs-tutorial npm-command-not-working
article thumbnail

Building an automated unit testing pipeline for serverless applications

CircleCI

This tutorial covers: Using the Jest framework to set up unit testing for a serverless application. In this tutorial, you will learn how to build an automated unit testing pipeline using Jest testing framework for serverless applications. For this tutorial, you will need to set up these items: Create a CircleCI account.

article thumbnail

Introducing the CircleCI Config SDK

CircleCI

NPM Package. We’ll create and publish an NPM package that will generate the perfect config file for all of our Node projects. We’re going to start by creating a standard NPM package. npm init -y npm i --save @circleci/circleci-config-sdk. GitHub Repository. Create an index.js Create executor.

Testing 138
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Automate AWS Lambda function deployments to AWS CDK

CircleCI

This tutorial covers: Defining your AWS CDK application and the AWS Lambda handler. When you build a cloud-based application, you can choose to deploy the resources using the GUI (Graphical User Interface) or CLI (Command Line Interface) provided by the cloud provider. For this tutorial, you will need to set up Node.js

Lambda 52
article thumbnail

Automating the deployment of LoopBack applications to Heroku

CircleCI

This tutorial covers: Getting started with LoopBack. In this tutorial, I will show you how to automatically deploy a LoopBack app to Heroku. This tutorial is the second in a series about establishing a CI/CD practice for your LoopBack applications. The previous tutorial shows you how to automate testing for LoopBack APIs.

article thumbnail

Creating snapshots in Jest for testing React applications

CircleCI

This tutorial covers: Setting up Jest snapshots. In this tutorial, I will lead you through using Jest , a JavaScript testing framework, to create snapshots for testing a simple React web application. To follow along this tutorial, you’ll need the following: NodeJS installed locally. How a snapshot test works.

Testing 52
article thumbnail

Automate the deployment of FeathersJS apps to Heroku

CircleCI

This tutorial covers: Creating a FeathersJS API. In this tutorial, I will show you how to set up hands-free deployment of a FeathersJS app to Heroku. The sample application we will be working with is an API to manage quiz questions. An up to date JavaScript packages manager such as NPM or Yarn. Prerequisites.

article thumbnail

Automating testing for FeathersJS applications

CircleCI

This tutorial covers: Building a FeathersJS API. Before you start, make sure these items are installed on your system: A minimum NodeJS version of 10.0.0. An up-to-date JavaScript package manager such as NPM or Yarn. You can install the FeathersJS CLI by running this command: npm install -g @feathersjs/cli.

Testing 52