mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2024-11-25 15:06:55 +00:00
a93c8509cd
* initial commit for notbooks pupeteer tests * Added Auth * added try catch block with screenshot for error * Addressed PR comments * renamed params * renamed param * fixed formatting error * Updates mongo spec to remove waitFor on already awaited selector * added logging statements * format errors fixed * added ci env variables * increased delay for render * removed logging * added delay * fix format error * removed deletion * reverted package.json change Co-authored-by: zfoster <notzachfoster@gmail.com>
14 lines
455 B
Plaintext
14 lines
455 B
Plaintext
PORTAL_RUNNER_USERNAME=
|
|
PORTAL_RUNNER_PASSWORD=
|
|
PORTAL_RUNNER_SUBSCRIPTION=
|
|
PORTAL_RUNNER_RESOURCE_GROUP=
|
|
PORTAL_RUNNER_DATABASE_ACCOUNT=
|
|
PORTAL_RUNNER_DATABASE_ACCOUNT_KEY=
|
|
PORTAL_RUNNER_CONNECTION_STRING=
|
|
NOTEBOOKS_TEST_RUNNER_TENANT_ID=
|
|
NOTEBOOKS_TEST_RUNNER_CLIENT_ID=
|
|
NOTEBOOKS_TEST_RUNNER_CLIENT_SECRET=
|
|
CASSANDRA_CONNECTION_STRING=
|
|
MONGO_CONNECTION_STRING=
|
|
TABLES_CONNECTION_STRING=
|
|
DATA_EXPLORER_ENDPOINT=https://localhost:1234/hostedExplorer.html |