vividus-framework / vividus

VIVIDUS is all in one test automation tool
https://docs.vividus.dev
Apache License 2.0
382 stars 85 forks source link

Introduce logging of table transformers results #3291

Closed ikalinin1 closed 1 year ago

ikalinin1 commented 2 years ago

In order to provide user clear view of the table transformers resulting table we need to introduce logging mechanism

GrimA9e commented 2 years ago

In addition to logging I would suggest to unify transformers/tables/files definition order. Currently it is different, viz.:

Examples:
{transformer=FROM_DB, dbKey=testdb, sqlQuery=$\{sql-all-category-product-last-flag\}}
{transformer=FILTERING, byMaxRows=$\{filter-products\}}

and

Examples:
{transformer=FILTERING, column.category=.*lipstick.*}
/tables/vime/photo_p${index}.table

Initial source is on the opposite sides of the list

valfirst commented 1 year ago

Implemented in #3388