You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The validation report generated should be in a specific format, firstly it should show the overview of all the tests, whether passed or failed. Secondly, if failed then complete feedback about the failed test.
For example:
Test Description Test Passed?
Is this a valid CSV File? Yes
b
c
d
Detailed feedback for "Is this a valid CSV File?"
WARNING: xxxyyuy
Detailed feedback for "b"
WARNING: zzzyyyxxx
Make a new route for generating the validation report in the existing architecture (for reference: https://github.com/hubmapconsortium/ccf-asct-reporter/blob/main/asctb-api/src/routes/csv.ts#L58)
The validation report generated should be in a specific format, firstly it should show the overview of all the tests, whether passed or failed. Secondly, if failed then complete feedback about the failed test.
For example:
Test Description Test Passed?
Is this a valid CSV File? Yes
b
c
d
Detailed feedback for "Is this a valid CSV File?"
WARNING: xxxyyuy
Detailed feedback for "b"
WARNING: zzzyyyxxx
Make the new validation-report.function.ts here ccf-asct-reporter/asctb-api/src/functions/
The text was updated successfully, but these errors were encountered: