Accessing 'meteor test' database externally

Hi, the default meteor test mode creates a separate clean database, etc. For some of my integration testing scenarios, I have external services that update the ‘main’ meteor app’s mongo instance. Is it possible to fix/specify the test database info for a testing run such that I can point the testing code to the instance that the external services will update?