Skip to content

Development

Nathan Buchar edited this page Apr 10, 2019 · 2 revisions

Scripts

  • npm run release

    Creates a new release via Standard Version.

  • npm run release:beta

    Creates a new beta release via Standard Version.

  • npm run test

    Runs the Jest tests.

Environment Variables

  • HW_HOST

    The host to send HelloWorks API calls to.

    Default: https://api.helloworks.com

  • HW_API_KEY_ID

    A HelloWorks API key ID to use when running tests.

  • HW_API_KEY_SECRET

    A HelloWorks API key secret to use when running tests.

  • HW_TEST_EMAIL_ADDRESS

    An email address to use for testing. Ideally this should be a real email address (one that won't bounce).

  • HW_TEST_COMPLETED_INSTANCE_ID

    A completed HelloWorks workflow instance ID to use when running tests.

  • HW_TEST_WORKFLOW_ID

    A HelloWorks workflow ID to use when running tests.

Welcome!

Below you will find links to the API documentation, frequently asked questions, and other useful tidbits.


Find something incorrect or missing? Shoot us an email or create an issue.

Having trouble? Let us know!

Clone this wiki locally