Basic Flow:
User asks Alexa to “Run unit tests for project ”. Alexa contacts CI server to verify project exists. Alexa sends request for CI server to run all the unit tests for the project. Alexa reports “Unit tests completed for project . tests were run. tests failed.”
Alternate flow 1:
If the project is not configured in the CI server Alexa reports “Failed to run unit tests for project . Unable to find project. “
Basic Flow: User asks Alexa to “Run unit tests for project”. Alexa contacts CI server to verify project exists. Alexa sends request for CI server to run all the unit tests for the project. Alexa reports “Unit tests completed for project . tests were run. tests failed.”
Alternate flow 1: If the project is not configured in the CI server Alexa reports “Failed to run unit tests for project. Unable to find project. “