-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added flaky test category, ci step, and PR template
- Loading branch information
1 parent
dd4b16c
commit 1244eff
Showing
8 changed files
with
54 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
## Description | ||
|
||
## TODOs | ||
[ ] checked compared flaky tests with the [known list of flaky tests steps](https://www.notion.so/rasa/Flaky-E2E-Test-Steps-63864d3d8c7b4427a0f3df8052e39f21) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
9 changes: 9 additions & 0 deletions
9
e2e_tests/flaky/happy_path/user_sets_up_recurrent_payment.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
test_cases: | ||
- test_case: user wants to set up a new recurrent payment, but specifies the type incompletely, example 3 | ||
steps: | ||
- user: I want to set up a new recurrent payment | ||
- utter: utter_ask_recurrent_payment_type | ||
- user: stand order | ||
- slot_was_set: | ||
- recurrent_payment_type: "standing order" | ||
- utter: utter_ask_recipient |
28 changes: 28 additions & 0 deletions
28
e2e_tests/flaky/invalid_path/user_tries_to_set_up_recurrent_payment_with_invalid_values.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
test_cases: | ||
- test_case: user wants to set up a new one off payment and starts a different flow | ||
steps: | ||
- user: I want to set up a new recurrent payment | ||
- utter: utter_ask_recurrent_payment_type | ||
- user: international transfer | ||
- utter: utter_categorical_slot_rejection | ||
- utter: utter_ask_recurrent_payment_type | ||
- user: none of these, actually just need a one off payment | ||
- utter: utter_ask_transfer_money_recipient | ||
|
||
- test_case: user wants to set up an invalid payment type and the assistant re-asks in a loop until a valid value is given | ||
steps: | ||
- user: I want to set up a new recurrent payment | ||
- utter: utter_ask_recurrent_payment_type | ||
- user: international transfer | ||
- utter: utter_categorical_slot_rejection | ||
- utter: utter_ask_recurrent_payment_type | ||
- user: international transfer | ||
- utter: utter_categorical_slot_rejection | ||
- utter: utter_ask_recurrent_payment_type | ||
- user: international transfer | ||
- utter: utter_categorical_slot_rejection | ||
- utter: utter_ask_recurrent_payment_type | ||
- user: direct debit | ||
- slot_was_set: | ||
- recurrent_payment_type: "direct debit" | ||
- utter: utter_ask_recipient |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 0 additions & 28 deletions
28
...tests/passing/invalid_path/user_tries_to_set_up_recurrent_payment_with_invalid_values.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters