mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
13 lines
322 B
Bash
13 lines
322 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
export GRIST_SESSION_COOKIE="grist_test_cookie"
|
||
|
export LANGUAGE="en_US"
|
||
|
export SE_BROWSER="chrome"
|
||
|
export SE_BROWSER_VERSION="127"
|
||
|
export SE_DRIVER="chrome-driver"
|
||
|
export SE_DRIVER_VERSION="127.0.6533.119"
|
||
|
export TEST_CLEAN_DATABASE="true"
|
||
|
export TEST_SUPPORT_API_KEY="api_key_for_support"
|
||
|
|
||
|
exec "$@"
|