Skip to content

🔧 📚 This repository was used to determine the best way to test a project generated with angular-cli on CircleCI.

Notifications You must be signed in to change notification settings

bruiztorres/angular-cli-circleci

 
 

Repository files navigation

Angular CLI CircleCI CircleCI

This repository was used to determine the best way to test a project generated with angular-cli on CircleCI.

Goal

  • Should use Yarn instead of npm
  • Should cache Yarn
  • Should run unit tests with Karma through Chrome and output result in JUnit format
  • Should run linter and output result in JUnit format
  • Should fail CI status if unit tests or linter failed

About

🔧 📚 This repository was used to determine the best way to test a project generated with angular-cli on CircleCI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 56.9%
  • JavaScript 39.7%
  • HTML 2.7%
  • CSS 0.7%