Matthew Schwartz

Results 28 comments of Matthew Schwartz

I can also assure you that the tests do work and your changes break existing functionality. Check out the CI tests -> https://circleci.com/gh/microsoftly/BotTester/242?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link

That error is strange considering it can transpile just fine. Can you show the error stack? What `ts-node`/`tsc` version did you pull down?

You're also correct, I think one of the tests must be flaky

Are you on windows? I'd imagine that could be a source of the bug. I've not tested outside of an *nix env

I like the idea for testing particular dialogs, but I think it misses the main purpose of the framework. The test framework is meant to be a programatic way of...

Good catch. The adaptive cards tests were a bit harder for me to work through because of how little I had interacted with them. Would you be interested in working...

&/also you should be able to mock the full adaptive card state without the session object. If I'm recalling correctly, the ```BotTester``` does a deep comparison and ignores anything that...

No, the framework requires a bot through which it can send and receive messages. You can make a simple bot that allows full logical and code coverage for your library...

Now that you mention it, this seems like it may be a useful feature. It would also be cool to setup mock data to preload with. So something like ```typescript...

I think that would be a great addition. Would you be interested in being a contributor? It will help shape the library towards your needs.