paulbreuler / D365-UI-Mocha-Test

Example setup of D365-UI-Test TypeScript setup using Mocha test framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Example setup of D365-UI-Test TypeScript setup using Mocha test framework

License:MIT License


Languages

Language:TypeScript 100.0%