maxbespoken on v2.6.6
maxbespoken on master
Github Action: update skill-tes… 2.6.6 (compare)
dependabot[bot] on npm_and_yarn
Bump got and update-notifier B… (compare)
maxbespoken on fix-updateSkillTestingVersion-by_max
maxbespoken on master
Fix update skill testing versio… (compare)
maxbespoken on fix-updateSkillTestingVersion-by_max
Update skill-testing-ml version Added package-lock (compare)
dependabot[bot] on npm_and_yarn
dependabot[bot] on npm_and_yarn
Bump got and update-notifier B… (compare)
ask dialog --replay replayscript.json
to run some of my testing, but wanted to move over use bespoken cli. Are the replay scripts from the ask cli mapped better to the end-to-end tests or unit tests? Also is there a conversion script to let me just run those simple json files as bst test files?
143 files checked.
testMatch: - 0 matches
testPathIgnorePatterns: /coverage/, /locales/, /lambda/, /test_output/ - 41 matches
testRegex: lambda/test/unit/index.test.yml - 1 match
Pattern: - 0 matches
testPathIgnorePatterns
getting set, and do I need to move my test OUTSIDE of the lambda
folder to get it to run?
bst test -h
does not yield any insight either, except the expected value after the test
param is a regex, not just a path to the test(s). Escaping regex chars did not make a difference (e.g., the "/" and "." characters.)
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>502 Server Error</title>
</head>
<body text=#000000 bgcolor=#ffffff>
<h1>Error: Server Error</h1>
<h2>The server encountered a temporary error and could not complete your request.<p>Please try again in 30 seconds.</h2>
<h2></h2>
</body></html>
Timestamp:
2019-12-30T16:38:12.879
502 error
? Is that something other people have reported? I assume when I start on a new tool, I'm making the mistakes everyone else makes, so usually it's been documented somewhere.. :-)
/lambda
folder (which does make sense..) The video from Sept 2019 has Emerson Sklar demoing command line but tests are in /lambda/custom
, and they run fine. Seems like that would no longer work. ( https://youtu.be/YR7y2PA0ekI )
const request = alexa.request()
.intent("MyIntentName")
.slot("SlotName", "SlotValue")
.set("forceError", true) // Setting additional property