You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 8, 2024. It is now read-only.
Would be great to have the ability to set a Skill setting value as a Given step for a Voight Kampff test.
Eg:
Given the custom news feed setting is https://example.com/
When when the user says "what's the news"
Then the News Skill will play that feed
Would it be sufficient to overwrite the settings.json file or is there a chance it will update from remote settings during the test?
Do we need to mock the settings object instead?