New endpoint GET /assessments/{assessmentId} that will return the assessment with categories, questions, options, stakeholders, stakeholdergroups, comments and selection
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 1825 100 1776 100 49 18500 510 --:--:-- --:--:-- --:--:-- 19010
Test case 2 : Create assessment for applicationId=20
### Test case 3 : Get the created Assessment
```Shell
curl -X GET "http://$api_ip/pathfinder/assessments/{previous ID}" \
-H 'Content-Type: application/json' -H 'Accept: application/json' -H "Authorization: Bearer $access_token" -s -i
Expectation Test Case 3
( something similar to this output )
{"id":418,"applicationId":92,"status":"STARTED","stakeholders":[],"stakeholderGroups":[],"questionnaire":{"categories":[{"id":420,"order":1,"title":"Application Details","questions":[{"id":421,"order":1,"question":"Does the application development team understand and actively develop the application?","options":[{"id":422,"order":0,"option":"Unknown","checked":false},{"id":423,"order":1,"option":"External ..........
Issue : https://github.com/konveyor/tackle-pathfinder/issues/12
Features covered
Pre steps :
Add this below
paths:
Envrioment vars for convenience with the cluster IP
Test case 1 : Obtain Keycloak secret
Test case 2 : Create assessment for applicationId=20
{"id": {any ID},"applicationId":20,"status":"STARTED"}
{"id":418,"applicationId":92,"status":"STARTED","stakeholders":[],"stakeholderGroups":[],"questionnaire":{"categories":[{"id":420,"order":1,"title":"Application Details","questions":[{"id":421,"order":1,"question":"Does the application development team understand and actively develop the application?","options":[{"id":422,"order":0,"option":"Unknown","checked":false},{"id":423,"order":1,"option":"External ..........