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.
For Canvas Applications and Model Driven Application there are global variables and collections. Allow these collections and variables to be part of the test state so that values and collection values can read and updated to control the state of the application.
Describe the solution you'd like
Consider the adding support for the following:
Provide the ability to refresh the page state so that global variables and global collections are reset to default state
Provide the ability to reset the Power Fx test state between each test case for
Update the Power Fx test state after each test step so that changes in global variables and collections are reflected in the Power Fx test state
Provide the ability to update the global variables and collections to change the state of the Power App
Provide the ability for Test Engine providers to optionally get a callback to handle update of the Power Fx state in the following conditions (Before test case, before test step, after test step, after test case)
Describe alternatives you've considered
No response
Additional context?
Adding some examples from the CoE Kit Setup Install Wiard as an examples for this request:
CoE Starter Kit Setup Update Wizard is a Model Driven Application with Custom Pages
In the App.OnStart Set(configStep, If(!IsBlank(lastConfig),lastConfig,1)
The configStep global variable is used to control the screen to display to the user and the visibility of controls
The colSetupSteps global collection is used to determine information passed to control
The CoE Kit include PCF controls where the internal state or controls of the PCf control could be represented in the Power FX state to use Select() or Assert() functions
The text was updated successfully, but these errors were encountered:
Grant-Archibald-MS
changed the title
[Feature]: Canvas Application - Global Variables and Collections
[Feature]: Canvas Application / Custom Pages - Global Variables and Collections as Power FX
Oct 3, 2024
Is your feature request related to a problem? Please describe.
For Canvas Applications and Model Driven Application there are global variables and collections. Allow these collections and variables to be part of the test state so that values and collection values can read and updated to control the state of the application.
Describe the solution you'd like
Consider the adding support for the following:
Describe alternatives you've considered
No response
Additional context?
Adding some examples from the CoE Kit Setup Install Wiard as an examples for this request:
The text was updated successfully, but these errors were encountered: