piperider
piperider copied to clipboard
Have a individual test page in the report so that I can see all the test results for a run
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
- In the generated report, we can see separate pages for profiling and testing
- Profiling report should be navigated through table/column hierarchy
- The testing report should be table-like view with filter and sorting.
How will it work?
- Add a testing page here, show the testing result in a data table
- The frontend part iterate through the json to collect all tests in a list.
sc-28854