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
On your AWS CLI instance or your local environment, go to the tests directory.
“` $ cd /home/ec2-user/devopsinthecloud/test/features
“`
Open the deployment.feature file.
“` $ sudo vim deployment.feature
“`
Go to your Jenkins instance and run the Deployment job.