Example of project configuration setup.
How to create a customized entity generator for testing with already generated field values.
How to create a customized comparator for comparing objects with any number of fields in one line.
JUnit 5 extensions, ways to write and use them.
Examples of authorization using JavaScript to speed up and stabilize UI tests.
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()));