Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPLOY6_FE

Deployment 6

Welcome to deployment 6, for this deployment you will need to follow the directions in the deployment6.pdf.

  • Be sure to include the following below in your pull request:

Requirements:

  • [x]Document issues and anything you decided to do different..
  • [x]Generate a failed and passed test.
  • [x]Take a screenshots of your failed and passed test.
  • [x]Locate and upload cypress's screenshot and video of the headless browser test.

Deployment 6

Screenshot of a successful and a failed test

deploy6-2

Here Be Dragons:

  1. “/home/ec2-user/jenkins” became “/home/ubuntu/jenkins/app”
  2. Bootstrap script was useless, I had to reinstall the scripts manually
  3. Forgot to chmod the pem file
  4. ssh -i file.pem ec2-user@0.0.0.0 became ssh -i file.pem ubuntu@0.0.0.0
  5. Jenkins configurations: hosts are the private IP address of your agent instances and you have to click non-verifying strategy or else

Things I Did Differently:

I added an “&” to the Jenkinsfile so it can build in the background. This addition also saves a lot of time. [serve -s build &]

I was able to find the screenshots and video of the cypress tests by using the command: “find /home -name *.mp4”. Then, I copied and moved the screenshots and video to my home directory and moved them again to my repo. From the repo, I SSH’d and pushed the files into my github account.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages