Skip to content

Have a better way of doing testing #14

@sjmog

Description

@sjmog

This should probably be based off Ralyxa, rather than core. But it'd be nice to have some command-line-runnable tests that can go ask the AVS if they got the right result (or you'd stub the correct response).

describe 'Saying hello' do
  it 'Alexa responds with "yo, sup"' do
    response = Ralyxa.invokeIntent('HelloWorldIntent')
    expect(response.speech).to eq "yo, sup"
  end
end

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions