A test can be in different states after testing.
- Succeeded: the test execution was successful without a failed assert.
- Failed: one or more assert of the test didn't meet the assert condition.
- Skip: the test was not executed because the system detected an internal error or there was an input error (e.g. unsupported data types in the pragmas).
- Ignored: the test was not part of your provided playlist and was therefore not executed.