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
Is your feature request related to a problem? Please describe.
I would like to request the addition of a Copilot provider in the PowerApps TestEngine.
Goals:
Enable seamless login using MFA-enabled authentication providers.
Allow selection and testing of different agents.
Provide interaction capabilities with the agent testing environment.
Describe the solution you'd like
This feature should allow users to:
Log in to copilotstudio.microsoft.com using existing Test Engine MFA-enabled authentication providers.
Select an agent to test.
Interact with the "Test your agent" functionality.
Assert values and collections to validate correct results
Possible Power Fx
Wait(Greeting.Text,"Hello, I’m your virtual support agent here to help you with updates on your incidents!");
Enter("What's the latest on tickets INC0009005 and INC0007001, please?");
Set(Response, WaitResponse());
Assert(CountRows(Actions, Name="ServiceNow ticket details") > 0);
Assert(Response = "I am unable to find those tickets");
Describe alternatives you've considered
No response
Additional context?
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I would like to request the addition of a Copilot provider in the PowerApps TestEngine.
Goals:
Enable seamless login using MFA-enabled authentication providers.
Allow selection and testing of different agents.
Provide interaction capabilities with the agent testing environment.
Describe the solution you'd like
This feature should allow users to:
Possible Power Fx
Describe alternatives you've considered
No response
Additional context?
No response
The text was updated successfully, but these errors were encountered: