Trying to test a curl request to an HTTP server using BATS. But as soon as it hits the run ./server it does not proceeds towards curl. This is because http server repeatedly listens for incoming requests. Any Ideas how can I tell BATS to go the next instruction (here curl) after it runs the server? #260
my tests.bats contains:
@test "Http Server Responds to Curl's Http Request" {
}