This is a toolkit for getting reports from e2e testing using Protractor and Jasmine 2. It generates an HTML report with a nice layout, description and screenshoots of tests.
It is highly configurable, from changing paths, names of files & reports, to showing/hiding passed test, clean report folder after each run and a bunch more options.
I was working on a very complex project on Angular in the frontend and SpringBoot in the backend and when we wanted to run end to end automated tests we saw a lack of tools for reporting with the stack we were using: Jasmine2 & Protractor.
So, I decided to create a npm package that filled that hole. Inspired by other 2 libraries The package was a completely success back in 2018 but it is still in use with almost 50K downloads every week.
It´s very usefull when running CI/CD pipelines with that technologies because you can get and visualize reports after every run.
Tech & Tools: