Found 4 posts tagged with Power Platform

Image for post titled Automated model-driven Power App tests using Playwright

Automated model-driven Power App tests using Playwright

May 2, 2022

Playwright enables reliable end-to-end testing for modern web apps. In this post, I'll show how to use Playwright to setup and execute automated UI tests against a model-driven Power Apps both locally, and remotely via Azure DevOps.

Image for post titled Build and deploy a PCF control using Azure DevOps

Build and deploy a PCF control using Azure DevOps

May 18, 2020

In this post, I'll describe how you can use Azure DevOps build and release pipelines to build your PCF control from source control and deploy it to a Power Apps environment. I'll be building a single PCF control and only deploying to one e...

Image for post titled Boilerplate PCF project setup

Boilerplate PCF project setup

March 23, 2020

In this post, I'll outline the steps to take to get a boilerplate Power Apps Component Framework project set up and running locally on your machine. I'll cover building and packaging of the PCF control into an importable CDS solution.

Image for post titled Build a basic PCF text control

Build a basic PCF text control

March 15, 2020

To get familiar with the various lifecycle methods involved in making a custom control using the Power Apps Component Framework, I'll make a simple text input control - similar but not as fully featured as the out-of-box text control in mo...