All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.testing.bdd.bdd-for-all.1.0.0.source-code.reference.conf Maven / Gradle / Ivy

Go to download

A simple to use, easy to integrate, BDD library for API and microservices development.

There is a newer version: 2.0.2-RC4
Show newest version
bddcore {

  request {

    server {
      host = "http://localhost:8080"
    }

    userAgent = "ACN-BDD-CUCUMBER"
    correlationIdName = "X-Correlation-ID"

    defaults {

      headers = []

    }

  }

  http {

    connection {

      managerTimeout = 10000
      requestTimeout = 10000
      socketTimeout = 10000

    }

  }

  consumers {

  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy