Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 908 Bytes

File metadata and controls

27 lines (21 loc) · 908 Bytes

Guide to use Docker to create a Cypress.io test enviroment and to run tests on it

Contents

Docker services

cypress-api

Docker service that allows to read test run details and results.

cypress-dashboard

Docker service that generate a web dashboard fro consult the test results.

cypress-director

Docker service responsibe for parallelization and saving test results.

Files

sorry_cypress/.env

This file provides the enviroment variables to the sorry-cypress containers.

How to see test results

To access to the Cypress.io dashboard and see the test results, go to 172.150.0.2:6749.