What is Docker?

Docker is a set of platform as a service (PaaS) products that uses OS-level virtualization to deliver software in packages called containers.[6]

- Wikipedia

Purpose of Docker for Testers

Customised Cross Browser Testing

Easy Virtual Environment Setup

Faster Test Execution

Pipeline Friendly

Cypress & Docker

Docker Images -

https://github.com/cypress-io/cypress-docker-images/tree/master/browsers

Docker File -

Terminal Build Trigger

docker build cypress .

Cypress & Docker

Terminal Build Trigger:

docker build -t <BUILD_NAME> .

docker build -t cypress .

Example:

Thank you!

Cypress with Docker

By Giridhar Rajkumar

Cypress with Docker

This is a presentation for Cypress with Docker session

  • 184