Skip to content

Allow setting hostname for testable application

Compare
Choose a tag to compare
@tanner0101 tanner0101 released this 22 Jul 14:57
8829367
This patch was authored by @3a4oT and released by @tanner0101.

Adds .running(hostname: String, port: Int) method to allow configure testable application hostname (#2448).

try app.testable(method: .running(hostname: "127.0.0.1", port: 8080))