9 lines
145 B
TOML

# Basic settings
output-dir = "results"
log-level = "INFO"
python-path = ["."]
# Global variables
[variables]
BROWSER = "Chrome"
TIMEOUT = "20s"