Skip to content

Commit

Permalink
Fix example environment file
Browse files Browse the repository at this point in the history
  • Loading branch information
NSeydoux committed Oct 8, 2023
1 parent ea846b0 commit 4a0c69e
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions e2e/env/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# environment variable. For instance, running `NODE_ENV=dev npm run test:e2e:node`
# will load .env.dev.local.

# See `availableEnvironment` in ../setup/getTestingEnvironment.ts for a list of
# available environments
# Environment name. See https://github.com/inrupt/typescript-sdk-tools/tree/main/packages/internal-test-env.
# Examples: "ESS Podspaces"
E2E_TEST_ENVIRONMENT=Some environment

# Mark the features you want to test if any
Expand All @@ -14,9 +14,13 @@ E2E_TEST_ENVIRONMENT=Some environment
E2E_TEST_IDP=<OIDC provider iri>
# Obtain credentials registering to your selected identity provider, e.g. via
# https://login.inrupt.com/registration.html or https://openid.dev-next.inrupt.com/registration.html
E2E_TEST_CLIENT_ID=<client-id>
E2E_TEST_CLIENT_SECRET=<client-secret>
E2E_TEST_OWNER_CLIENT_ID=<client-id>
E2E_TEST_OWNER_CLIENT_SECRET=<client-secret>

# The following are your login and password, used to login into your OpenID Provider, e.g. https://login.inrupt.com/
E2E_TEST_USER=<username>
E2E_TEST_PASSWORD=<password>

# Pods are provisionned differently depending on the provider. For examples, see
# https://provision.inrupt.com or https://provision.dev-next.inrupt.com
E2E_TEST_POD=<pod root iri>
E2E_TEST_POD=<pod root iri>

0 comments on commit 4a0c69e

Please sign in to comment.