Closed
Description
As a SQLDeveloper user, I'd like to get pretty and interactive reports from my SQLDeveloper test-runs so that I can:
- see progress of test execution
- fold/unfold test suites and contexts
- see duration of each test
- see status of each test (executing/success/failed)
- see failure report for every failed test
- navigate to failed test line by clicking in failure report package link
- rerun selected tests (suites)
- see warnings for suites/tests
- see dbms outputs captured by every test
In order to support all of those requirements, as separate reporter is needed.