The framework right now is integrated to XCTestCase lifecycle and some workarounds were needed.
This ticket is to investigate the possibility of using observers to control the lifecycle and queue the tests in a proper manner.
The goal of this ticket is to
- Create a POC of test observer
- Make a test executor
- Report correctly if test fails
- Improve overall stacktrace
The framework right now is integrated to XCTestCase lifecycle and some workarounds were needed.
This ticket is to investigate the possibility of using observers to control the lifecycle and queue the tests in a proper manner.
The goal of this ticket is to