Spaces:
Sleeping
Sleeping
Delete tests
Browse files- tests/test_stories.yml +0 -91
tests/test_stories.yml
DELETED
@@ -1,91 +0,0 @@
|
|
1 |
-
#### This file contains tests to evaluate that your bot behaves as expected.
|
2 |
-
#### If you want to learn more, please see the docs: https://rasa.com/docs/rasa/testing-your-assistant
|
3 |
-
|
4 |
-
stories:
|
5 |
-
- story: happy path 1
|
6 |
-
steps:
|
7 |
-
- user: |
|
8 |
-
hello there!
|
9 |
-
intent: greet
|
10 |
-
- action: utter_greet
|
11 |
-
- user: |
|
12 |
-
amazing
|
13 |
-
intent: mood_great
|
14 |
-
- action: utter_happy
|
15 |
-
|
16 |
-
- story: happy path 2
|
17 |
-
steps:
|
18 |
-
- user: |
|
19 |
-
hello there!
|
20 |
-
intent: greet
|
21 |
-
- action: utter_greet
|
22 |
-
- user: |
|
23 |
-
amazing
|
24 |
-
intent: mood_great
|
25 |
-
- action: utter_happy
|
26 |
-
- user: |
|
27 |
-
bye-bye!
|
28 |
-
intent: goodbye
|
29 |
-
- action: utter_goodbye
|
30 |
-
|
31 |
-
- story: sad path 1
|
32 |
-
steps:
|
33 |
-
- user: |
|
34 |
-
hello
|
35 |
-
intent: greet
|
36 |
-
- action: utter_greet
|
37 |
-
- user: |
|
38 |
-
not good
|
39 |
-
intent: mood_unhappy
|
40 |
-
- action: utter_cheer_up
|
41 |
-
- action: utter_did_that_help
|
42 |
-
- user: |
|
43 |
-
yes
|
44 |
-
intent: affirm
|
45 |
-
- action: utter_happy
|
46 |
-
|
47 |
-
- story: sad path 2
|
48 |
-
steps:
|
49 |
-
- user: |
|
50 |
-
hello
|
51 |
-
intent: greet
|
52 |
-
- action: utter_greet
|
53 |
-
- user: |
|
54 |
-
not good
|
55 |
-
intent: mood_unhappy
|
56 |
-
- action: utter_cheer_up
|
57 |
-
- action: utter_did_that_help
|
58 |
-
- user: |
|
59 |
-
not really
|
60 |
-
intent: deny
|
61 |
-
- action: utter_goodbye
|
62 |
-
|
63 |
-
- story: sad path 3
|
64 |
-
steps:
|
65 |
-
- user: |
|
66 |
-
hi
|
67 |
-
intent: greet
|
68 |
-
- action: utter_greet
|
69 |
-
- user: |
|
70 |
-
very terrible
|
71 |
-
intent: mood_unhappy
|
72 |
-
- action: utter_cheer_up
|
73 |
-
- action: utter_did_that_help
|
74 |
-
- user: |
|
75 |
-
no
|
76 |
-
intent: deny
|
77 |
-
- action: utter_goodbye
|
78 |
-
|
79 |
-
- story: say goodbye
|
80 |
-
steps:
|
81 |
-
- user: |
|
82 |
-
bye-bye!
|
83 |
-
intent: goodbye
|
84 |
-
- action: utter_goodbye
|
85 |
-
|
86 |
-
- story: bot challenge
|
87 |
-
steps:
|
88 |
-
- user: |
|
89 |
-
are you a bot?
|
90 |
-
intent: bot_challenge
|
91 |
-
- action: utter_iamabot
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|