From the course: SharePoint Framework for Developers: 2 Authoring and Debugging Solutions

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Package our solution for testing

Package our solution for testing

From the course: SharePoint Framework for Developers: 2 Authoring and Debugging Solutions

Start my 1-month free trial

Package our solution for testing

- [Instructor] Now at this point you should have an SPFx solution, with an elements xml, schema xml, and leveraging the feature capabilities of SharePoint framework solutions. This feature has been added with this elements dot xml and schema dot xml into the project. Now let's talk about deploying this and testing this. So the thing is, that in order for me to test this, I will need a SharePoint site. I cannot test this in a local workbench because, well, it doesn't have SharePoint. So, in order for me to test it, I need to build it and deploy it in the usual manner. The question is, do I need to worry about the cd and stuff? The answer is no. In my case, I don't, but let me explain why. There are two reasons why I'm not going to bother updating this line three to an actual cdn path. Reason number one. In my tenancy, I have Office 365 cdn enabled. So even if I cared about the artifacts, they would just work. So that's reason number one. Reason number two is let's say that wasn't the…

Contents