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

JsantosDK/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

Languages

  • TypeScript 95.0%
  • JavaScript 3.5%
  • HTML 1.2%
  • SCSS 0.3%