Check out the blog post.
Build the images and spin up the containers:
$ docker-compose up -d --build
Run the tests:
$ docker-compose run cypress ./node_modules/.bin/cypress run \
--config baseUrl=http://127.0.0.1
Install dependencies:
$ npm install
Run the development server:
$ ng serve
Run cypress in a new terminal window:
$ ./node_modules/.bin/cypress open