Integration Tests
Integration testing ensures your Skill works as expected when it is running inside Mycroft in a realistic environment alongside other Skills.
Why have integration tests
Test Format
Feature: current-weather
Scenario: current local weather
Given an English speaking user
When the user says "tell me the weather"
Then "my-weather-skill" should reply with "Right now, it's overcast clouds and 32 degrees."File location
Last updated
Was this helpful?