Member-only story
Visualizing protractor results using Elastic search and Kibana
2 min readMar 11, 2021
System Requirement:
This documentation is for windows system. I am using windows 10
Steps:
Installation and visualization in Kibana:
Please refer :
Pre-requisite:
- we can delete the previous index by doing a DELETE request to http://localhost:9200/testresults
Now lets come to Protractor:
So from the previous article , you understand how to send data and visualize it in Elastic search
We have observed that we are just sending json data using rest API and then visualizing it in Kibana by setting x and y axis with the fields we are interested in.
so to visualize the protractor result we just have to send the result to ELastic search , this can be done using jasmine customreporter listeners .