﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
28212	Allow customizing the port that LiveServerTestCase uses	Robert Rollins	nobody	"As of Django 1.11, I cannot see any way for selenium tests to work in a Docker environment. Binding `LiveServerTestCase`'s `WSGIServer` to port 0 makes it impossible for your host image's Dockerfile to expose the necessary port for a Selenium server to be able to connect to your host.

I'd like to propose the attached patch to remedy this problem. It leaves the default behavior the same as it currently stands, but allows the developer to override that behavior as needed by simply defining the `port` property in their test class."	Cleanup/optimization	closed	Testing framework	1.11	Normal	fixed		Simon Charette	Accepted	1	0	0	1	0	0
