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
- Host: GitHub
- URL: https://github.com/tidepool-org/apitests
- Owner: tidepool-org
- Created: 2020-01-17T04:47:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-18T03:52:44.000Z (about 1 year ago)
- Last Synced: 2025-02-08T22:26:32.658Z (3 months ago)
- Language: Dockerfile
- Homepage:
- Size: 307 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Local Setup
`source local.sh`
```sh
#!/bin/shexport 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"`