Skip to content

lexeek/angular-testing-recipes

This branch is up to date with juristr/angular-testing-recipes:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

23e273f Β· Mar 17, 2019

History

69 Commits
Dec 9, 2017
Mar 17, 2019
Jan 8, 2017
Oct 30, 2018
May 28, 2018
Oct 30, 2018
Oct 30, 2018
Mar 17, 2019
Dec 27, 2018
Dec 9, 2017
Oct 30, 2018
Oct 30, 2018

Repository files navigation

Angular Testing Recipes

Build Status

This repo is for Angular version 2+. More Β»

The goal of this repository is to have a collection of recipes for common testing scenarios with Angular. I'm happy for every contribution/suggestion πŸ˜ƒ.

Talk (Video + Slides)

I've been giving a talk on "Testing with Angular".

Contents

All the scenarios are listed here below and nicely linked to the source file.

  1. Testing Components
  2. Testing Services
  3. Testing Pipes
  4. Custom Matchers and Utilities

Articles on Testing

Run them yourself

If you want to run the example locally,

  1. clone this repository
  2. Run npm install
  3. Run npm test to execute all the tests

By running npm run test.watch you can run the tests in watch mode which is particularly useful during development.

Contribute

Wanna help? Of course! Just open an issue and/or send me a PR πŸ˜ƒ.

Other Links & Resources

About

Simple testing patterns for Angular version 2+

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.7%
  • JavaScript 3.6%
  • Other 0.7%