API tester for the client-API received from swagger
- The testing rig is currently configured based on
test-harness.jsonfile. - An example of the file is already given as
test-harness.example.json npm inpm run test
The above code runs the tests and generates a test-report.html (already included for reference)
- create a file in
src/__tests__folder. - name it in the format
<group>.test.ts - Write test cases based on jest
Document on what the component is and where it helps