9 lines
365 B
Gherkin
9 lines
365 B
Gherkin
Feature: Integration with Wolfram Alpha API
|
|
|
|
Scenario: Question sent to the wolfram alpha endpoint
|
|
When a question is sent
|
|
Then the wolfram alpha endpoint should return 200
|
|
|
|
Scenario: Question sent to the wolfram alpha spoken endpoint
|
|
When a question is sent to the wolfram alpha spoken endpoint
|
|
Then the wolfram alpha endpoint should return 200 |