Mocha and Chai based tests for D365-UI-Test for those who love their Mocha ☕️.
Tests can be launched using VS Code's built-in debugger allowing you to set breakpoints in VS Code.
Tests can alternately be ran from the command line using the following command.
npm run test
Be sure to install dependencies first with npm i
Based on the Jest demo provided by XRM-OSS located at the link below.