nonstorio / nosenstory

NosenStory API, client-agnostic interface for maintaining NosenStory game process across multiple chat applications.
https://nosenstory.github.io
Apache License 2.0
0 stars 0 forks source link

End-to-End Testing #7

Closed vintprox closed 4 years ago

vintprox commented 4 years ago

It's always a good opportunity to have E2E tests in place, because this way we can express the variety of ways player can use the bot, and compare the results with expected data. E2E test must not repeat integration tests, but instead simulate a user's perspective.

vintprox commented 4 years ago

Must not be a concern of Bot API. See #9