tree: 0ded0b8d51093dc27088e1abf44fb6980a1c92ac [path history] [tgz]
  1. actions.test.js
  2. activations.test.js
  3. feeds.test.js
  4. namespaces.test.js
  5. packages.test.js
  6. README.md
  7. routes.test.js
  8. rules.test.js
  9. triggers.test.js
  10. utils.js
test/integration/README.md

Integrations Test


Running the integration tests requires the following environment variables to be defined.

export __OW_API_KEY=<your api key>
export __OW_API_HOST=<openwhisk API hostname>
export __OW_NAMESPACE=<openwhisk namespace>
export __OW_APIGW_TOKEN=<api gateway token>

You can retrieve these settings from the .wskprops file.

Note: If the tests fail, you might need to remove the created artifacts manually.