This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# .circleci/config.yml | |
version: 2 | |
defaults: &defaults | |
working_directory: ~/app | |
docker: | |
# the Docker image with Cypress dependencies | |
- image: cypress/base:8 | |
environment: | |
## this enables colors in the output | |
TERM: xterm |