piperider icon indicating copy to clipboard operation
piperider copied to clipboard

Have a individual test page in the report so that I can see all the test results for a run

Open popcornylu opened this issue 3 years ago • 0 comments

Summary

Current, the run report is only to visualize the table/column profiling result. However, assertions are another key feature for piperider. It is desirable to see the test results by a separate page.

Intended Outcome

  1. In the generated report, we can see separate pages for profiling and testing
  2. Profiling report should be navigated through table/column hierarchy
  3. The testing report should be table-like view with filter and sorting.

How will it work?

  1. Add a testing page here, show the testing result in a data table Screen Shot 2022-09-29 at 9 29 35 AM
  2. The frontend part iterate through the json to collect all tests in a list.

sc-28854

popcornylu avatar Sep 27 '22 03:09 popcornylu