-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature]: Support Model Driven Application #342
Comments
Yes! This is a game changer. |
Thanks @filcole for the feedback. This is something we are actively looking as it is a natural evolution of Introduce the Extensibility Framework. More details on the proposed approach are described in the work in progress integration branch Extensions docs. The plan is to make use of XRM SDK and wrap existing JavaScript Object Model to a provide Low Code reprensentation of grids and forms that can be interacted with via Test Engine:
|
For the kits that the Power CAT tools team creates and maintains we have many Model Driven Applications that we need to also test. The proposed extensions to support MDA address a key need for our test automation evolution. |
* Initial read only version * Add docs * Docs and sample update * Adding entity record * MDA Provider updates #342 * Adding custom page support * Documentation update * WIP entitylist support * Foundations for CoE Kit test * Adding TestEngine.ConsentDialog * Adding TestEngine.ConsentDialog * Description update * removing format space and restoreing launchsettings * removing white space * Update sample application --------- Co-authored-by: Sourabh Namilikonda <[email protected]>
@Grant-Archibald-MS we were preparing to spend a rather large effort to use the older Easyrepo approach with our MDA solutions, however I see a lot of commits around the MDA functionality is it close enough to warrant pausing for some weeks? I know you cannot give specific dates but just a general scope before the end of the month?, year? |
Hi there. We are also interested in an update regarding test-engine for model driven apps. We were using EasyRepro too before, in combination with the SpecFlow library implemented by Cap Gemini (which is heavily based upon EasyRepro). But both libraries have not been updated for more than 2 years. And with all the changes that have been done to the Power Platform GUI design, but also the fact that EasyRepro is still based on Selenium 2 we decided to stop putting any effort into UI tests based upon the Cap Gemini SpecFlow library and EasyRepro. |
@sdhsynsci Model Driven Application support is progressing and if you wanted early look at what is working we have integration branch, However this is using a build from source strategy using the MIT licence not included as new features of pac test run. @pvillads as owner of the Test Engine and the release schedule for updates to the pac test run command. |
@JoehannusApg thanks for the interest in automated testing of Model Driven Applications using Test Engine and it is an active area of interest for the team to work towards covering a range of MDA scenarios across entitylist, entityrecord and custom pages. Looking at the architecture it is based in Playwright and take advantage of Power Fx as the method. It also has a number of features around authentication handling cases like MFA and execution in the context of CI/CD process. As an early adopter of the Test Engine we are using the custom page support of Test Engie to test our tests for the CoE Kit. We covered some of this during our recent community office hours https://www.linkedin.com/feed/update/urn:li:activity:7262550764605104138/ (Slides 6 - 9) discuss our ALM process and how we are using Test Engine for our testing work We have been working closely with the core Test Engine team and have a set of pull requests that are being considered that include changes that we have found useful for our testing |
@Grant-Archibald-MS @pvillads |
Is your feature request related to a problem? Please describe.
The preview version of Power Apps Test Engine only supports canvas applications. Extend the Test Engine support to also include the ability to write tests for Model Driven applications so that they can be included in testing of Power Platform solutions
Describe the solution you'd like
Provide the ability to:
Describe alternatives you've considered
No response
Additional context?
No response
The text was updated successfully, but these errors were encountered: