Skip to content
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.

cypress-io/cypress-example-docker-compose-included

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cypress-example-docker-compose-included CircleCI

Example showing docker-compose running local Cypress tests inside a container using cypress/included image

See docker-compose.yml file

Use

# run tests using built-in Electron browser
docker-compose run e2e-electron

# run tests using Chrome browser pre-installed in cypress/included image
docker-compose run e2e-chrome

# run tests using Firefox browser (also pre-installed)
docker-compose run e2e-firefox

The tests work against https://example.cypress.io/ and use specs from cypress-example-kitchensink

Examples

Find more Docker + Cypress examples in Cypress Docker docs

About

Cypress example with docker-compose and cypress/included image

Topics

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published