Skip to content

utPLSQL for SQL Developer v1.3.0

Compare
Choose a tag to compare
@PhilippSalvisberg PhilippSalvisberg released this 03 Jan 16:25
· 73 commits to main since this release

New

  • #65 Alternative hierarchical view

    • The new tree-table view shows the all suites as a hierarchy. Tests are always leafs. Suites with the same parent identifier are collapsed to a single node, even if the suite is executed more than once (e.g. when starting utPLSQL with a list of tests). In such a case the suite specific data is aggregated.
    • Sorting rows is not supported in the tree-table view. Beside that all features work as in the table view. The settings are applied always on both views (e.g. filter successful/disabled tests, show/hide columns).
    • Suitepaths are optimized before calling utPLSQL. This means that the selected suites and tests are reduced to an optimal list to avoid that tests are executed multiple times.
    • New package_folder button on the toolbar to switch between hierarchical view (shows suites and tests) and tabular view (shows tests only). You can press the button anytime, even during runs. The selected row is preserved when a single suite/test is selected (for suites the first child is considered).
    • New PopUp Menu entry Show suites (hierarchical view of tests)? in the test overview section. Same action as via toolbar.
    • Updated icons with a common flat design statussuccessfailureerrordisabledwarninginfo
    • New preference Show suites (hierarchical view of tests)? in the Realtime Reporter section.
  • #110 Use local assets for code coverage report for offline usage

Fixed

  • #118 Special characters are not shown correctly in last run combo box.
  • Hyperlinks in warning and info fields are activated via any mouse event (should work on mouse click only)
  • Flickering with multiple, parallel runs (do not switch between uncompleted runs).