ActorJs
ActorJs is a test tool for end to end testing.
Trig, Mock, Intercept anything.
ActorJs simulates all processes and services surrounding the System Under Test. It allows you to isolate a System Under Test in a very efficient way, regardless of how many surrounding systems or protocols the System Under Test needs to use.
Install ActorJs
npm install @abstraktor/actorjs
Build Actorjs
aj debug
When ActorJs is built you can just start it with:
aj
If you change some files when ActorJs is not started or if you pull updates from your local repos you have to build again. Otherwise just start it.
Update ActorJs
npm update
aj debug