A test suite for integration testing over the IO api infrastructure
We need to test the API ecosystem behind IO-app. Please read the original proposal here.
nodejs
(please refer to.node_version
for the specific version to use)yarn
yarn install
yarn generate
yarn start
Those are all Environment variables needed by the application:
Variable name | Description | type |
---|---|---|
IO_BACKEND_HOST | App backend API hostname, including protocol and excluding trailing / |
string |
IO_BACKEND_BASEPATH | App backend API base path, excluding trailing / |
string |
SPID_SESSION_TOKEN | A valid session token | string |
SPID_USERNAME | Username for the SPID test provider (needed id SPID_SESSION_TOKEN is empty) | string |
SPID_PASSWORD | Password for the SPID test provider (needed id SPID_SESSION_TOKEN is empty) | string |
Please refer to IO license agreement.