Additional nested schema inside TestInfo #50
sergeidyga
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For longer tests (e.g. e2e) which may include multiple assertion it might be beneficial to know individual steps (for example, api requests) that constitute the TestInfo and i.e. precedes the failed assertion. This information can be used to trace test execution and as a debug information both manually and in tools such as DataDog.
(The "steps" term I used and the concept originates from allure)
Do you think it makes sense?
Beta Was this translation helpful? Give feedback.
All reactions