### 🤔 What's the problem you're trying to solve? Agree conformancy for `testStepFinished` message for each status enum ### ✨ What's your proposed solution? Below is a status table for each status and keys that are currently returned |STATUS|Ruby|JVM|JS| |-----|-----|-----|----| |PASSED|status, duration|...|...| |UNKNOWN|...|...|...| |PENDING|...|...|...| |UNDEFINED|status, duration|...|...| |SKIPPED|status, duration|...|...| |AMBIGUOUS|...|...|...| |FAILED|status, duration, message (exception to be added)|...|...| ### ⛏ Have you considered any alternatives or workarounds?