-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env_example
23 lines (18 loc) · 965 Bytes
/
.env_example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Username and password to log in to a docassemble playground to run tests
PLAYGROUND_PASSWORD=12345
# Your PLAYGROUND_ID can be found in the url of an interview launched from that playground.
# It should look something like this:
# https://www.docassemble-server-url.com/interview?i=docassemble.playground[PLAYGROUND_ID]%3Ainterview.yml#page1
# Example: https://www.docassemble-server-url.com/interview?i=docassemble.playground34%3Ainterview.yml#page1. 34 is the id.
PLAYGROUND_ID=11111
BASE_URL=https://www.docassemble-server-url.com
REPO_URL=https://github.com/owner_name/repo_name
# Name of the branch on the Github repo to be tested.
BRANCH_PATH=main
# Tests will be generated for the buttons with the text
# below (intended for testing different language translations)
# Examples: Español, Tiếng Việt, Português, 中文, Kreyòl
EXTRA_LANGUAGES=
# Change this to DEBUG=1 to run tests in a visible browser
DEBUG=