mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-03 05:55:03 +01:00
13 lines
407 B
Bash
13 lines
407 B
Bash
|
|
# Secret wallet passphrase dedicated for automated Trading tests (mandatory)
|
|
PASSPHRASE=
|
|
|
|
# Custom Test timeout override, for convenient test development (optional)
|
|
TEST_TIMEOUT_OVERRIDE=
|
|
|
|
# GitHub Reporter
|
|
# Token for GitHub Reporter local runs, used only for testing of reporter itself (optional)
|
|
GITHUB_TOKEN=
|
|
GITHUB_REPORTER_VERBOSE=false
|
|
# Specify under which release are test generated
|
|
RELEASE_BUILD= |