Home | RU | EN

Cookbook

Configurations

Example of project configuration setup.

Customized Entity Generator

How to create a customized entity generator for testing with already generated field values.

Customized Entity Comparator

How to create a customized comparator for comparing objects with any number of fields in one line.

Customized JUnit Extensions

JUnit 5 extensions, ways to write and use them.

Login via JS

Examples of authorization using JavaScript to speed up and stabilize UI tests.

Custom Framework Logger for IDE

Adding a custom logger to make it convenient to read requests-responses and visually separate headers, method body, etc. Instead of using default .addFilters(List.of( new RequestLoggingFilter(), new ResponseLoggingFilter()));