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

Add end-to-end conversation tests support to the 2.0 parser #6430

Closed
2 of 3 tasks
degiz opened this issue Aug 17, 2020 · 3 comments
Closed
2 of 3 tasks

Add end-to-end conversation tests support to the 2.0 parser #6430

degiz opened this issue Aug 17, 2020 · 3 comments
Assignees
Labels
area:rasa-oss 🎡 Anything related to the open source Rasa framework type:enhancement ✨ Additions of new features or changes to existing ones, should be doable in a single PR

Comments

@degiz
Copy link
Contributor

degiz commented Aug 17, 2020

Description of Problem:
The 2.0 YAML Parser should be able to parse the following block:

# End to end testing format:
test_conversations:
- story: A basic end-to-end test
  steps:
  - user: |
     hello
    intent: greet
  - action: utter_ask_howcanhelp
  - user: |
     show me [chinese]{"entity": "cuisine"} restaurants
    intent: inform
  - action: utter_ask_location
  - user: |
     in [Paris]{"entity": "location"}
    intent: inform
  - action: utter_ask_price

On a first look only user key processing is missing from the Stories parser.

Definition of Done:

  • Tests are added
  • Feature described the docs
  • Feature mentioned in the changlog
@degiz degiz added type:enhancement ✨ Additions of new features or changes to existing ones, should be doable in a single PR area:rasa-oss 🎡 Anything related to the open source Rasa framework labels Aug 17, 2020
@degiz degiz added this to the 2.0a3 Rasa Open Source milestone Aug 17, 2020
@tmbo tmbo self-assigned this Aug 17, 2020
@tmbo tmbo changed the title Add "e2e tests" support to the 2.0 parser Add end-to-end conversation tests support to the 2.0 parser Aug 17, 2020
@tmbo
Copy link
Member

tmbo commented Aug 17, 2020

branch: conversation-tests

@Archish27
Copy link
Contributor

Hi @tmbo
I have added e2e test for moodbot - #5920

@tmbo tmbo closed this as completed Aug 31, 2020
@wochinge
Copy link
Contributor

wochinge commented Aug 31, 2020

Is there a PR for this? Found it: #6457

@wochinge wochinge mentioned this issue Aug 31, 2020
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:rasa-oss 🎡 Anything related to the open source Rasa framework type:enhancement ✨ Additions of new features or changes to existing ones, should be doable in a single PR
Projects
None yet
Development

No branches or pull requests

4 participants