Currently the node server's URL is set at module loading time: https://github.com/markfinger/python-react/blob/master/react/render_server.py#L76 It'd be great to make it so that the URL can be changed dynamically, so it can then be controlled during the running of a test suite, for example. If you agree with the idea then I'm happy to work on a patch for this. Thanks!