-
Notifications
You must be signed in to change notification settings - Fork 170
Expand file tree
/
Copy path.env.e2e-workbench.example
More file actions
57 lines (49 loc) · 1.83 KB
/
Copy path.env.e2e-workbench.example
File metadata and controls
57 lines (49 loc) · 1.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# For Playwright project: e2e-workbench
# Copy and rename to .env.e2e-workbench in the root of the repo
#
# The `op://` paths below are where CI reads each value from 1Password (see the
# `env:` block of .github/workflows/test-e2e-workbench-linux.yml). A missing
# value does not always skip its test: several fail with a UI timeout instead,
# which reads like a product bug, so fill in the ones for the suites you intend
# to run.
POSITRON_PY_VER_SEL=3.10.12
POSITRON_PY_ALT_VER_SEL=3.13.0
POSITRON_R_VER_SEL=4.5.2
POSITRON_R_ALT_VER_SEL=4.4.2
# The interpreters the @:environment-modules tests select. These are the module
# names, not bare versions -- the Python one includes the " Module" suffix.
POSITRON_HIDDEN_PY=3.12.10 Module
POSITRON_HIDDEN_R=4.4.1
# POSIT_WORKBENCH_PASSWORD=your_password_here
# E2E_POSTGRES_PASSWORD=your_password_here
E2E_POSTGRES_USER=e2e
# Model providers for the @:assistant sign-in tests. Without these the sign-in
# tests fail rather than skip (posit-ai reports "OAuth auth host not configured").
# op://Positron/Anthropic/credential
ANTHROPIC_KEY=
# op://Positron/OpenAI/credential
OPENAI_KEY=
# op://Positron/MS-Foundry-East2TestAI/{credential,hostname}
MS_FOUNDRY_KEY=
MS_FOUNDRY_BASE_URL=
# op://Positron/Posit-AI-Login/{website,username,password}
POSIT_AUTH_HOST=
POSIT_EMAIL=
POSIT_PASSWORD=
# Redshift data connection used by the data-connections tests. These skip
# cleanly when REDSHIFT_TEST_HOST is unset.
# op://Positron/Redshift_Test_Environment/{hostname,username,password}
REDSHIFT_TEST_HOST=
REDSHIFT_TEST_USERNAME=
REDSHIFT_TEST_PASSWORD=
DATABRICKS_URL=
DATABRICKS_CLIENT_ID=
IDE_SERVICE_ACCOUNT_EMAIL=
IDE_SERVICE_ACCOUNT_PASSWORD=
IDE_SERVICE_ACCOUNT_OTP_SECRET=
SNOWFLAKE_ACCOUNT=
SNOWFLAKE_CLIENT_ID=
SNOWFLAKE_CLIENT_SECRET=
SNOWFLAKE_USERNAME=
SNOWFLAKE_PASSWORD=
AZURE_SERVICE_PRINCIPAL_CLIENT_SECRET=