Showing results for January 2024 - ISE Developer Blog

Jan 18, 2024
Post likes count4

Jest Mocking Best Practices

Annika Bassey Jake Reifer
Annika,
Jake

Best practices and common mocking scenarios for using Jest to unit test TypeScript applications.

CSEISE
Jan 11, 2024
Post likes count2

Automate the capturing of test results from Application Insights

David Lee
David Lee

This post provides instructions on how to automate querying application insights test results using a script. It explains how to format the datetime, install the application insights extension, set the offset, and handle the query results. The script can be adapted to other scripting languages. The result is a reusable script that can output result...

CSEISE