0.5.2 • Published 9 months ago

@salto-io/zendesk-adapter-e2e v0.5.2

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
github
Last release
9 months ago

Zendesk adapter e2e

E2E tests

E2E tests need real Zendesk credentials to run.

Using a specific set of credentials

Add the following environment variables to bash_profile:

export ZENDESK_USERNAME='XXXX'
export ZENDESK_PASSWORD='XXXX'
export ZENDESK_SUBDOMAIN='XXXX'

Using the shared credentials pool

The credentials pool can be used to run the E2E tests concurrently on multiple Zendesk accounts.

The pool is used if the ZENDESK_ environment variables are not defined. You can also force its use by defining the environment variable USE_CRED_POOL=1.

AWS credentials for the pool

The pool uses Amazon DynamoDB, and needs read/write/list permissions for the e2e_permissions table.

Make sure your AWS credentials are set, e.g, as environment variables:

export AWS_ACCESS_KEY_ID='XXXX'
export AWS_SECRET_ACCESS_KEY='XXXX'

Managing the pool using CLI

To add your credentials to the pool, use the cred-store CLI located at the e2e_test directory of the project:

./e2e_test/cred_store register zendesk 'my-credentials-id' --username='my@user.com' --password='MYPASSWORD' --subdomain='acme'

Enter --help to see other uses for the cred-store utility - listing, removing and managing sets of credentials.

0.5.2

9 months ago

0.5.1-daniel.1

10 months ago

0.5.1

10 months ago

0.5.0-daniel.3

10 months ago

0.5.0-daniel.2

10 months ago

0.5.0-daniel.1

10 months ago