From the course: DevOps Foundations: Your First Project

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Running your integration test

Running your integration test

From the course: DevOps Foundations: Your First Project

Start my 1-month free trial

Running your integration test

- [Instructor] So I'm going to go ahead and save this and I already applied the infrastructure, so I'm going to go ahead and run my integration test. I need to run selenium so let me go ahead and do that. Docker composed of D-selenium. So I'm going to go ahead and start that and then I'm going to start my VNC session since the image that we're using for selenium has VNC in it. So I'm going to do screen share. And it's sharing at 5901 with the super, awesome secret password of secret. So there's our window, there, and now we're going to run our integration test. So docker-compose run-rm integration-tests. So every single service has it's own image. That's why you see building and then the name of the service after you do a docker compose run. Since we haven't run this before it's building, but not really because it's all the layers are cached. So we have an error. Let's see. Looks like my syntax is a little off, so…

Contents