E2E testing in MFA environment with Playwright auth session
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...
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...
You can use the GitHub Actions workflow repository_dispatch event trigger to start a workflow by triggering a webhook. I use this event trigge...
While creating new E2E tests for a SharePoint Framework solution, I wanted to test the solution with different permission sets. Usually, when ...