init.env.test.conf Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gwen-web Show documentation
Show all versions of gwen-web Show documentation
Web automation engine for Gwen
#
# Test Environment Settings
# =========================
#
# Format: HOCON (Human-Optimized Config Object Notation superset of JSON)
# - See: https://github.com/lightbend/config/blob/master/HOCON.md
#
# Configure your test environment specific settings or system properties here.
# Note: surround names with quotes if you exprience path clashes.
gwen {
web {
capabilities {
acceptInsecureCerts = true
}
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy