Skellington-Closet / slack-mock

A Slack API mocker for Slack bot integration tests.
MIT License
64 stars 15 forks source link

Does slack-mock work with checking dialogs? #28

Open chrilian opened 6 years ago

chrilian commented 6 years ago

hi hi I need to somehow check to see if this happens properly: https://api.slack.com/dialogs

I used an action_message to trigger a dialog. My app calls "dialog.open"

Problem: I need to generate a working trigger_id for the normal slack web API to work with dialogs. This is a REQUIREMENT for dialogs. How on earth do I do that?

colestrode commented 6 years ago

I'm looking at some updates to this lib, including adding support for dialogs. When I first built slack-mock the only interaction was buttons, so I have some refactoring to do and features to add. If you have ideas in the mean time I'm happy to review pull requests.