tree: e2579ff1fba7678d186fa0814cfe441b600cd052 [path history] [tgz]
  1. actions.test.js
  2. activations.test.js
  3. feeds.test.js
  4. namespaces.test.js
  5. packages.test.js
  6. prepIntegrationTests.sh
  7. README.md
  8. routes.test.js
  9. rules.test.js
  10. triggers.test.js
  11. 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.

Alternatively, you can run the prepIntegrationTests.sh script using guest credentials or by specifying specific credentials.