Ability to use transcripts to regression test bots
We need consistent terminology to differentiate between playing a transcript as it happened (issue 567) and sending user half of a transcript to a live bot (this issue).
To add to the above clarification, we currently have the ability to replay entire transcripts in the Emulator but the user activities are not sent to a bot's endpoint therefore the bot is not aware of the playback.
This feature is meant to replay user activities by sending each one to the bot's endpoint and waiting for the bot's response before sending the next one for the purpose of regression testing.
changed the name of the bug from "replay transcript" to "use transcript" to make it clear we're not talking about playing/replaying a transcript for demo purposes.
So do we have any plan on this? It seems that none of the channels support e2e tests currently now.. Thanks~