#31 Annotations: Creating custom meta and composite annotations for practical testing use cases.

Опубликовано: 01 Апрель 2026
на канале: Power Tester
90
6

GitHub: https://github.com/PramodKumarYadav/zero

Goal:
In this video, we will learn about how we can create custom annotations for different type of tests we encounter (such as flaky, failing, smoke tests etc).

Objective:
Show how to create custom annotations
Show how this results in less duplicate code and better readable annotations.

Next steps:
Show how to write soft assertions using junit5 assertAll.