Mock Power Apps connectors in tests with Playwright
Power Apps connectors allow you to connect your app to external services like SharePoint, Microsoft 365, or custom APIs. When you build a Powe...
Power Apps connectors allow you to connect your app to external services like SharePoint, Microsoft 365, or custom APIs. When you build a Powe...
Earlier this year, I was asked if it was possible to test Power Apps with Playwright. My answer was that it should be possible, as it is still...
A couple of months ago, I found a way to end-to-end test your solutions, which require you to log in on Microsoft with multifactor authenticat...
When deploying Node.js-based Azure Functions using GitHub Actions, you might face an issue with the Windows workflow. In the latest template, ...
In August 2024, GitHub announced it would exclude hidden files by default in the actions/upload-artifact GitHub Action. If you are using this ...
In the last weeks, I have been moving the Front Matter CMS documentation and APIs to different hosting providers. The documentation and APIs w...
Last week, when looking into how to configure the Microsoft Teams reporter for Playwright on Azure DevOps in combination with the Playwright A...
I have been using Playwright to automate my tests for a long time, but one thing I struggled with was automating the login flow for Microsoft ...
When developing a custom GitHub Action, you should test and run it locally before pushing it to your repository. Initially, I created a script...
As various projects I maintain for customers include end-to-end (E2E) tests using Playwright, which run on a daily schedule and on every new r...