TestProject - Multiple Addons

In the TestProject Addon page we have seen how to create an add on and import to the TestProject.

Now lets see how to create more than 1 add on in the project.
We really don't have to create a new project to create a new addon.
  • Simply create a new class in the Addon folder/package and give a unique Action name (@Action(name="Action name").  
  • And of course if you want to Unit Test it, create a runner class for the same
  • Don't forget to update the update guid in the manifest.json file
The project will look like the below with multiple addons


While importing the addon, the user/tester will have the option to select the add on to be imported.


That's all!
 

No comments:

Post a Comment