mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2025-12-23 22:18:36 -05:00
Create e2e sign in test (#356)
* Add e2e test to log in a test user * Add config variables to .env.example * Add e2e user credentials to .env created for workflow * Fix newline typo in workflow file * Change ios e2e to run only on push to main as well Co-authored-by: Johannes Klein <johannes.t.klein@gmail.com>
This commit is contained in:
committed by
GitHub
parent
81f0971384
commit
a163e82ef8
@@ -10,3 +10,7 @@ JWT_ANONYMOUS_API_SECRET=some-secret
|
||||
# iNaturalist OAuth client credentials (https://www.inaturalist.org/oauth/applications)
|
||||
OAUTH_CLIENT_ID=your-client-id
|
||||
OAUTH_CLIENT_SECRET=your-client-secret
|
||||
|
||||
# Credentials to log in a user for e2e testing
|
||||
E2E_TEST_USERNAME=test-username
|
||||
E2E_TEST_PASSWORD=test-password
|
||||
Reference in New Issue
Block a user