Hi LaTisha,
While it's possible to just copy everything to a directory and make it
work, it requires some under standing of how the engine files
extensions to do it correctly.
Extensions are found by starting from the .addins files in the same
directory as the engine assembly. The two addins files you have come
from NUnit, but they are out of context here unless you have edited
them after copying all the files to the same directory. Change one of
them, or create your own, so that the entries actually list the addins
you are using.
The docs are limited, but what there is can be found at
https://github.com/nunit/docs/wiki/Engine-Extensibility#locating-addins
Charlie