Why
Why we do have "handshake"
While exploring various test frameworks, I discovered each had its own scope and features. In our organization, I automated some of my testing tasks to reduce my testing time. What started as a hobby soon became professional work once my manager learned about it. Consequently, I needed to build reports to share the results with clients and upper management, given our organization has suites for API tests, UI tests, and DB tests, each using different frameworks (Jest, WebdriverIO, and Pytest).
I initially used the respective reporters for each framework, but it was difficult for them to understand the HTML reports, especially since each framework had different formats. After conducting a survey, I found that Excel reports were preferred. This led me to develop a tool to collect results from multiple frameworks and process them into a report that is easy to understand.
I still going on this journey, I was able to share the pytest and WebdriverIO reports as of now. and they were happy about this
Last updated