You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Locally, I run rasa test --domain domain to test my bot with the split out domain files. However, there is no specified key in the Input Arguments for this action to add arguments directly to rasa test.
I would like another key, perhaps called test_args, that allows me to directly add any arguments to the rasa test command directly rather than just rasa test nlu (test_nlu_args) or rasa test core (test_core_args).
The text was updated successfully, but these errors were encountered:
Locally, I run
rasa test --domain domain
to test my bot with the split out domain files. However, there is no specified key in the Input Arguments for this action to add arguments directly torasa test
.I would like another key, perhaps called
test_args
, that allows me to directly add any arguments to therasa test
command directly rather than justrasa test nlu
(test_nlu_args) orrasa test core
(test_core_args).The text was updated successfully, but these errors were encountered: