15 lines
311 B
Plaintext
15 lines
311 B
Plaintext
# BATS Test Configuration
|
|
|
|
# Set test timeout (in seconds)
|
|
export BATS_TEST_TIMEOUT=30
|
|
|
|
# Enable verbose output for debugging
|
|
export BATS_VERBOSE_RUN=1
|
|
|
|
# Test output format
|
|
export BATS_FORMATTER=pretty
|
|
|
|
# Enable colored output
|
|
export BATS_NO_PARALLELIZE_ACROSS_FILES=1
|
|
export BATS_NO_PARALLELIZE_WITHIN_FILE=1
|