final Framework frameworkInstance = getFrameworkInstance();
ScriptFileNodeStepExecutor interpret = new ScriptFileNodeStepExecutor(frameworkInstance);
//setup nodeexecutor for local node
multiTestNodeExecutor testexec = new multiTestNodeExecutor();
NodeExecutorService service = NodeExecutorService.getInstanceForFramework(getFrameworkInstance());
service.registerInstance("local", testexec);
testFileCopier testcopier = new testFileCopier();
FileCopierService copyservice = FileCopierService.getInstanceForFramework(getFrameworkInstance());
copyservice.registerInstance("local", testcopier);