Configuration

The following files are responsible for managing the test configuration. Custom configurations are specified in the respective files.

  • config.yml: Configuration file that contains the common test configurations.

    • config-<env>.yml: Configuration file that contains the environment-specific settings.

  • karate-config.js: Runs on bootstrap (before every Scenario or Examples row in a Scenario Outline).

    • karate-config-<env>.js: Runs on bootstrap for a specific environment.

  • logback-test.xml: Logback configuration for Karate.

For more information, see the Karate Config.

Karate Tools include the following custom configurations: