Replay dialog and terminate
See original GitHub issueI’m submitting a…
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[ ] Performance issue
[x] Feature request
[ ] Documentation issue or request
[ ] Other... Please describe:
Expected Behavior
When I try to replay a dialog, I am expecting it to be terminated after the AMAZON.StopIntent
or AMAZON.CancelIntent
has been responded. In this way I will be able to run a pre-determined voice commands and add this part of our automation end to end testing.
Current Behavior
If I add now to the jenkins it hangs for ever and I had to explicitly kill the job.
Possible Solution
Option 1: We can have an additional cli argument --terminat
that will signal the dialog command to terminate after the list of uttrances has been played.
Option 2: Whenever the dialog finds a AMAZON.StopIntent
or AMAZON.CancelIntent
part of response, it terminates automatically.
Steps to Reproduce (for bugs)
Please create a dialog json and run the below command,
ask dialog -r test_dialog.json -o logs/output.log
For example code refer, https://github.com/reflexdemon/skill-sample-nodejs-hello-world
Context
I am unable to put the end-to-end integration testing to jenkins.
Your Environment
OS: macOS 10.13.6
Node: v8.11.2
NPM: 6.4.1
ASK: 1.5.3
Issue Analytics
- State:
- Created 5 years ago
- Reactions:3
- Comments:7
Any news on this?
Can we get a status update? We have an end-to-end test runner project on hold pending resolution of this issue.