I’ve split my domain information into separate files in data/domain
referencing the docs for the domain ( Domain ) It trains and runs as expected using the --domain data
parameter.
The issue I found is rasa test
does not have this --domain data
parameter, so I get all sorts of UserWarnings.
Found intent 'xxxxx' in stories which is not part of the domain.
I guess I can ignore them because they’re UserWarnings, and the tests pass, but I think there should be a parameter if the test is going to validate the data / intents used in the test stories.
Should I open an issue?