Simon Test
Your test companion

Features


Generate Angular tests

Right-click an Angular component to generate the test file:

Stubs all your dependencies

Never have to worry about hitting the real services:

TestBed based on your components

Let SimonTest deal with imports, providers, declarations, etc.

tests based on your code

It keeps track of your method calls and generates tests based on it.

Stubs are ready for spying

SimonTest analyzes your code and figures out which service methods are used:

About


SimonTest is a plugin that generates all the test scaffolding for you.

More tests, less doing!