Skip to content

Testing Changes

Joe Schmitt edited this page Jun 28, 2017 · 1 revision

You can use node-lambda to test this skill locally.

Test Events

In the test_events directory are several event files you can use for testing. They should map pretty well to each Intent. To test an intent, simply update the EVENT_FILE value in the .env config file that was made for you when you ran npm install, and point it to the event to test against.

Make sure you run npm install from the command line to get the the latest npm packages, and then run npm start.