-
Notifications
You must be signed in to change notification settings - Fork 15
Tutorial 4
PhuocLe edited this page Aug 26, 2018
·
12 revisions
- Create Javascript Unit Test for project
Paz.LuckeyMonkey.WebResource
- Finish Tutorial 1: Plugin
- Finish Tutorial 2: Unit Test Plugin
- Finish Tutorial 3: WebResource
- Add
New Item
09. JavaScript Test
totest
folder ofPaz.LuckeyMonkey.WebResource
project- A popup form
Add new Js Test Class
opened - Click button
><
to create/select a Dynamics 365 connection - After connected
PL.DynamicsCrm.DevKit
loaded all entities and bind to dropdownEntity
- Select
Lead
in theEntity
- Click
OK
- A popup form
-
PL.DynamicsCrm.DevKit
createdLead.test.js
file under foldertest
- Rebuild solution to restore
NuGet
packages - Make sure you have
node_modules
in the projectPaz.LuckeyMonkey.WebResource
, ifNOT
you should runnpm install
in theCommand Windows Promt
of the project folderPaz.LuckeyMonkey.WebResource