botpress / studio

The studio is the main interface you'll use to build and edit your chatbot.
https://botpress.com/docs/quickstart#conversation-studio
38 stars 38 forks source link

feat(testing): added testing module to studio #331

Closed laurentlp closed 2 years ago

laurentlp commented 2 years ago

This PR brings the testing module into the studio as a built-in module.

I will remove the testing module from Botpress next on another PR. This one can be merged first.

linear[bot] commented 2 years ago
DEV-1595 Merge "testing" module on the studio

I'm not so sure about this one. The testing should be done on the studio, however I can see a use-case where a business might want to "pre-test" a bot before it is released in production. But maybe it's not the case. Anyway, that module will need some love in the future. On the NEXT branch