Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENG-1402: Add route_session_to_calm slot-set assertion to required tests, to enable more fine-grained testing #60

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ test_cases:
assertions:
- bot_uttered:
utter_name: utter_ask_add_contact_handle
- slot_was_set:
- name: route_session_to_calm
value: True
- user: it's @barts
assertions:
- slot_was_set:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ test_cases:
utter_name: utter_current_balance
- bot_uttered:
utter_name: utter_can_do_something_else
- slot_was_set:
- name: route_session_to_calm
value: True
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ test_cases:
assertions:
- generative_response_is_grounded:
threshold: 0.75
- slot_was_set:
- name: route_session_to_calm
value: True
Loading