a127 end-to-end test suite
To run the test execute the following command:
npm install
npm testFollowing options are available to set as environment variables:
TIMEOUT: Time in milliseconds for each test operation timeoutSKIP_INSTALL: If present, installation test will be skippedVERSION: specific version ofapigee-127npm module to install. Defaults to latest release version.PASSWORD: Password of Apigee account to test againstUSER_EMAIL: Apigee login emailUSER_ORG: Apigee OrganizationENVIRONMENT: Apigee Edge environmentAPIGEE_BASE: Apigee Edge API Base URL. Defaults to https://api.enterprise.apigee.com
If CONFIG environment variable is set to a JSON file, all options will be read from that file.
For example:
CONFIG=./my-config.json npm test