I need to have some kind of unit testing in my current XPage project. Problem is that I do not have access to the server so I can not install testing frameworks onto the server. I can only access the application from the Notes Designer and get all files from the git repository.
How can I implement unit testing under these conditions?