ProcessMaker / ellucian-shared-tests

1 stars 0 forks source link

Create a Summary Screen & Email Results #6

Open eamonnpm opened 4 years ago

eamonnpm commented 4 years ago

The test executions will append test-specific data back to the parent process' request data. The returned data needs to be formatted into an easily readable screen that provides result data to the requester. In addition to having a Result Summary Screen, it would be good to notify users of the results (or a link to them) via email.

The data exposed to the request comes in the following variables: result-$test_index: filename-$test_index: filepath-$test_index: message-$test_index: (this is optional and only returns when the test FAILED)

All of the above information should be displayed in an easily readable format.

eamonnpm commented 4 years ago

The Summary Screen and Email Screen have been set up to provide the following information/formatting:

Screen Shot 2020-05-06 at 4 14 49 PM

I am still waiting on the tests to have proper message/stacktrace values returned in order to incorporate those into the results. In addition to that we can do some fancying up of the display to make it more appealing