I am trying to set up an automated testing pipeline using the rasa test
functionality. However, I noticed that the command fails to generate errors or warnings when the predicted and expected slot value differ. Is this a feature offered by Rasa?
Here is a screenshot to show how I included slot-setting in my test stories. Changing the vehicleCount
slot from 1 to 999 did not trigger any warnings/errors after running rasa test
.