bst icon indicating copy to clipboard operation
bst copied to clipboard

:wrench: Bespoken Tools - Tools for making voice apps faster and better

Results 24 bst issues
Sort by recently updated
recently updated
newest added

Bumps [properties-reader](https://github.com/steveukx/properties) from 0.0.15 to 2.2.0. Commits a79ef3b 2.2.0 45cd522 Merge pull request #41 from steveukx/feature/tests-update 4e4bc39 Allow for relying on Object prototype in steps of the expanded properties 0877cc8...

dependencies
javascript

Bumps [jetty-server](https://github.com/eclipse/jetty.project) from 9.3.27.v20190418 to 10.0.10. Release notes Sourced from jetty-server's releases. 10.0.10 Special Thanks to the following Eclipse Jetty community members @​jianglai (Lai Jiang) @​markslater (markslater) @​prenagha (Padraic Renaghan)...

dependencies
java

**Is your feature request related to a problem? Please describe.** I'd like to use BST to test utterances/intents where the slot is a multi-value slot. But it doesn't work, because...

**Is your feature request related to a problem? Please describe.** no **Describe the solution you'd like** When The proxy is active use the HTTP code 200 like normal but when...

### Description: We use the Audio Player in our skill. The Audio Player token is an important part of our application state that we use to implement playlist functionality. Whereas...

### Description: When installing bst inside a docker container it won't execute tests. ### Dockerfile: ``` FROM node:14.0-alpine RUN apk add bash zip RUN npm install bespoken-tools@latest -g RUN bst...

upcoming

On "test/bin/bst-intend-test.ts" some test are not running. "Has No Process" is one of them.

dev-only

As of a week ago, ASK CLI v2.0.0 is now available (and v2.0.1 shortly thereafter). As a result, the new "hello world" template is based on a new project structure...

### Description: When specifying a lengthy expected value for `response.outputSpeech.ssml` in the test itself, I can easily break the line apart with a line break in the YAML itself. E.g.:...

upcoming

### Description: test.only functionality is not working when using tags ### Steps To Reproduce 1. Set a tags property for the tests 2. Add the include property to use the...

bug
upcoming