Gintautas Miselis
Gintautas Miselis
Sending text messages is only one part of dialogue. Equally important is events emitted by client side of connection. For example I want to trigger `hello` event of [Sockets connector](https://github.com/howdyai/botkit/blob/380fc164ed5238d7cf8f5ebf4eac348440ecbfa6/lib/Sockets.js#L62)...
#### What are you trying to achieve? Enable path coverage in configuration file ```yml coverage: enabled: true path_coverage: true ``` #### What do you get instead? Only configuration override using...
#### What are you trying to achieve? Get working test suite after bootstrap #### What do you get instead? ```json "require": { "codeception/codeception": "^5.0", "codeception/module-asserts": "^1.0.0" } ``` > Provide...
Relates to #6389 Tests https://github.com/Behat/Gherkin/pull/253
Running `codecept init unit` produces the following output: ``` This will install Codeception for unit testing only ? Where tests will be stored? (tests) ? Enter a default namespace for...
PORT and MONGO_URI parameters are all uppercase, but studio_token and studio_command_uri are all lowercase. I think that using uppercase names for environment variables is a more common convention.
#### What are you trying to achieve? Generate valid unit test #### What do you get instead? ```
The dealer for the first hand should be chosen randomly. I haven't found a good description, but a common method is this: Every player is dealt a card and the...