Xceptance / neodymium-library

A test automation library based on common other best practice open source libraries. It adds missing functionalities but does not reinvent the wheel. Just glues stuff together nicely and adds some sprinkles.
MIT License
80 stars 11 forks source link

Improvement: Add Configuration for Selenide Error Messages #280

Open wurzelkuchen opened 3 months ago

wurzelkuchen commented 3 months ago

Quick Description

Selenides default error messages contain a lot of details which are not more harmful than useful inside an allure report (e.g. screenshot path). Due to the screenshot path each single error message is unique so the categorizing feature from allure does not work properly.

User Story

As a automation report reviewer, I want to have clear and simple messages which can be categorized in the report so that I don't waste time categorizing issues manually.

Functional Requirements

Documentation Requirements

Test Requirements