Skip to content

testdrivenio/angular-cypress

Repository files navigation

Testing Angular with Cypress and Docker

Want to learn how to build this project?

Check out the blog post.

Want to use this project?

With Docker

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

Without Docker

Install dependencies:

$ npm install

Run the development server:

$ ng serve

Run cypress in a new terminal window:

$ ./node_modules/.bin/cypress open

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •