Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 615 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 615 Bytes

D365-UI-Mocha-Test

Mocha and Chai based tests for D365-UI-Test for those who love their Mocha ☕️.

Usage

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

References

Based on the Jest demo provided by XRM-OSS located at the link below.

https://github.com/XRM-OSS/D365-UI-Test-Jest-Demo