Balaji Vajjala's Blog

A DevOps Blog from Trenches

09

  • 9.3 Write scripted deployment (smoke) tests
    • Learning Objectives
    • View and run a suite of deployment tests

9.3 Write scripted deployment (smoke) tests

Learning Objectives

By the end of this lesson you will be able to:

  • View and run a deployment test.

View and run a suite of deployment tests

  1. On your AWS CLI instance or your local environment, go to the tests directory.

    “` $ cd /home/ec2-user/devopsinthecloud/test/features

    “`

  2. Open the deployment.feature file.

    “` $ sudo vim deployment.feature

    “`

  3. Go to your Jenkins instance and run the Deployment job.