From the course: DevOps Foundations: Your First Project
Unlock this course with a free trial
Join today to access over 25,300 courses taught by industry experts.
Test often, ship often
From the course: DevOps Foundations: Your First Project
Test often, ship often
Let's review what we've accomplished so far. We've installed Docker and Docker Compose onto our machine. We've also confirmed that we can build container images from Dockerfiles and create containers from them. We also learned about version control systems and how they make developing software as a team awesome. From there, we've created a Git repository, used Docker Compose to stand up an instance of GitLab, and pushed our repository along with the Explore California website into it. This is some serious progress. Let's crank this up a notch by changing our website. Let's get right into it. Let's make sure we're in the Explore California website directory, which we are. From there we're going to CD into the website directory. Then we're going to go ahead and open index.htm in our favorite editor. And then once here we're going to change text and r... Hang on a second. Let's get DevOps here for a little bit. How do we know that the change we're about to make actually works? We could…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
-
-
(Locked)
Test often, ship often3m 56s
-
(Locked)
Setting up your test7m 35s
-
(Locked)
Viewing our test harness in Docker Compose5m 47s
-
(Locked)
Updating the Dockerfile4m 36s
-
(Locked)
Running the test1m 15s
-
Finding criteria for a unit test3m 5s
-
(Locked)
Writing the unit test8m 38s
-
(Locked)
Setting up Selenium5m 2s
-
(Locked)
Running your test with Selenium4m 7s
-
(Locked)
-
-
-