testomatio / app

Testomat.io is a simplified test management system for your automated tests. Issues, project board & documentation. app.testomat.io
https://app.testomat.io
27 stars 2 forks source link

Attach console logs from step to the reporter [-cypress] #721

Open mariiakostenko opened 1 year ago

mariiakostenko commented 1 year ago

Is your feature request related to a problem? Please describe. In the context of API testing, there is a need for more detailed logging in test steps to improve the analysis and debugging process. The current information provided, such as error codes and error response data, is not sufficient for a complete understanding of the test execution. Adding logs to test steps would greatly enhance the ability to identify and investigate issues, especially in cases where errors are not easily reproducible.

Describe the solution you'd like I suggest to include additional logging capabilities during the execution of test steps in Testomat reporter. This would involve capturing relevant information such as the request parameters, the success or failure of each step, and the corresponding response received. By incorporating these logs, testers and developers would can troubleshoot issues more efficiently, reducing the time required for debugging.

Additional context We have project with Jest on TypeScript.

olexandr13 commented 1 year ago

Implemented for jest in 1.1.0-beta

olexandr13 commented 1 year ago

Not done for Cypress

olexandr13 commented 1 year ago

Try a bit more )