init.conf.profiles.samples.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
The newest version!
#
# Samples Profile
# ---------------
#
# Launch profile for running the samples that ship with Gwen
#
# For more detailed information about each setting see:
# - https://gweninterpreter.org/docs/settings#settings-reference
#
# Format: HOCON (Human-Optimized Config Object Notation superset of JSON)
# - See: https://github.com/lightbend/config/blob/master/HOCON.md
#
gwen {
launch { # Samples launch profile
options { # See: https://gweninterpreter.org/docs/profiles
features = [
"${gwen.baseDir}/features/samples"
]
inputData = ""
}
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy