Skip to content

A repository related to Tax IT training session about front-end automated tests.

License

Notifications You must be signed in to change notification settings

marcocspereira/frontend-tests

Repository files navigation

Front-End automated tests

A repository related to Tax IT training session about front-end automated tests.

How to run

With Docker

# once
$ docker-compose run angular_cli npm install

# if you want to run service that serve the application
$ docker-compose up angular_cli

# if you want to run service that hosts tests
$ docker-compose up angular_karma

# if you want to run both
$ docker-compose build
$ docker-compose up

Locally

# once
$ npm install

# if you want to run app
$ npm start

# if you want to run tests
$ ng test

Then open your browser with:

About

A repository related to Tax IT training session about front-end automated tests.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published