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
Unable to test bot responses with new lines conversion of chat to json file is failing if Bot response have any new lines. If we replace new lines with \n conversion of chat to json is successful but tests are failing due to \n as response received doesn't contain newline instead it contains new lines itself.
Also we have few implementations where we have to send and receive events with Json payloads in the value which we are unable to validate through PVA Test framework.
Can we add support for newline or \n so tests will continue to pass? Also can we introduce a mechanism to send and receive events with json payloads?
We have API integrations and the response from the API are needed to exchange information between UI and CPS hence the need for events.
The text was updated successfully, but these errors were encountered:
Unable to test bot responses with new lines conversion of chat to json file is failing if Bot response have any new lines. If we replace new lines with \n conversion of chat to json is successful but tests are failing due to \n as response received doesn't contain newline instead it contains new lines itself.
Also we have few implementations where we have to send and receive events with Json payloads in the value which we are unable to validate through PVA Test framework.
Can we add support for newline or \n so tests will continue to pass? Also can we introduce a mechanism to send and receive events with json payloads?
We have API integrations and the response from the API are needed to exchange information between UI and CPS hence the need for events.
The text was updated successfully, but these errors were encountered: