intern
intern copied to clipboard
Provide option to run test server on any open port
trafficstars
In Intern 4, the test server run son port 9000 by default, or a port specified by the user. Intern should understand a serverPort option of 'auto' (or something similar) that would allow it to auto-select an open port.
Using a port of 0 should autoselect an open port. The task in that case would be getting Intern to update the config with the port being used so that it can be reported to the user.