Microsoft has unveiled a preview edition of their revamped Teams application. This updated version pledges a significant reduction in memory…
The Azure Functions licensing model operates in a pay-as-you-go model and it consumes a threshold on every execution. Debugging and…
Valo Connect is a product I was working on in Valo. It is a Microsoft Teams application that, among many…
Unit testing SharePoint Framework code requires mocking many parts of the SDK: spHttpClient, serviceScope, aadTokenProviderFactory. To make the process simpler,…
Moment library comes in handy when an implementation requires complex operations based on dates. Although it is a bit heavy and tricky to mock, the library can be very useful. In this article, I describe how to mock the moment library for unit tests.
Power Automate is often used to create approval flows. Users are notified via emails but there is only one place…
Configuration of the custom Robot Framework IntelliSense elements.
This post describes how to call Graph API from Python and use it in Robot Framework.
This post shows how to authenticate to MS Graph and call an endpoint from Python code.
How to access the SharePoint server from Robot Framework.