An open API service indexing awesome lists of open source software.

https://github.com/tidepool-org/apitests

contract tests run against deployed tidepool API
https://github.com/tidepool-org/apitests

Last synced: 23 days ago
JSON representation

contract tests run against deployed tidepool API

Awesome Lists containing this project

README

        

## Local Setup

`source local.sh`

```sh
#!/bin/sh

export QA1_USER_EMAIL=''
export QA1_USER_PASSWORD=''
```

## CLI
- `source local.sh`

- `newman run tests/API_contract_tests.postman_collection.json --folder "clients smoke test" -e tests/QA1.postman_environment.json --env-var "loginEmail=$QA1_USER_EMAIL" --env-var "loginPw=$QA1_USER_PASSWORD"`