
Security News
MCP Steering Committee Launches Official MCP Registry in Preview
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
bespoken-mysql-plugin
Advanced tools
This plugin makes it easy to send your voice app's end-to-end test results to a sql instance for reporting and monitoring.
This plugin makes it easy to send your voice app's end-to-end test results to a sql instance for reporting and monitoring.
It leverages Bespoken's filters to report test results to MySQL.
To use the Bespoken MySQL Plugin, just include it in your test project dependencies with:
npm install bespoken-mysql-plugin --save
Then include it as your filter like this in the testing.json:
{
"filter": "./node_modules/bespoken-mysql-plugin/index.js"
}
Variable |
---|
MYSQL_HOST |
MYSQL_USER |
MYSQL_PASSWORD |
MYSQL_DATABASE |
MYSQL_TABLE |
For local running, we typically recommend using the package dotenv
and setting it in a file labeled .env
. We have provided a file example.env you can use as a template (just copy and rename to .env).
It can also be set manually like so:
export MYSQL_HOST=<MYSQL_HOST>
(Use set
instead of export
if using Windows Command Prompt).
By default we report the results at utterance level:
Columns |
---|
ID |
TEST_SUITE_NAME |
TIMESTAMP |
TEST_NAME |
TEST_SUCCESS |
UTTERANCE |
EXPECTED_VALUES |
ACTUAL_TRANSCRIPT |
UTTERANCE_SUCCESS |
TAGS |
CAPTION |
DISPLAY |
RAW |
VOICE_ID |
LOCALE |
UTTERANCE_ERROR |
FAQs
This plugin makes it easy to send your voice app's end-to-end test results to a sql instance for reporting and monitoring.
We found that bespoken-mysql-plugin demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
Product
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.
Research
/Security News
npm author Qix’s account was compromised, with malicious versions of popular packages like chalk-template, color-convert, and strip-ansi published.