File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed
Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 1+ # JWT private key
2+ TESTKIT_JWT_KEY = " -----BEGIN RSA PRIVATE KEY-----
3+ FAKEPRIVATEKEY1234567890abcdefg==
4+ -----END RSA PRIVATE KEY-----"
5+
6+ # Connected App Client ID for JWT auth
7+ TESTKIT_JWT_CLIENT_ID = FAKE_CLIENT_ID_123456
8+
9+ # Username of your Dev Hub org
10+ TESTKIT_HUB_USERNAME = [email protected] 11+
12+ # Path to the Salesforce CLI executable
13+ TESTKIT_EXECUTABLE_PATH = ./node_modules/.bin/sf
14+
15+ # Instance URL of your Dev Hub org
16+ TESTKIT_HUB_INSTANCE = https://fake-devhub-instance.salesforce.com
17+
18+ # Prevent the dev server from opening the browser during tests
19+ OPEN_BROWSER = false
Original file line number Diff line number Diff line change 5656
5757# sf cli
5858.sf
59- .sfdx
59+ .sfdx
60+
61+ stdout *
62+ stderr *
63+
64+ .env
You can’t perform that action at this time.
0 commit comments