https://github.com/filipoliko/tmdb-api-test
https://github.com/filipoliko/tmdb-api-test
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/filipoliko/tmdb-api-test
- Owner: Filipoliko
- Created: 2021-01-26T16:17:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-04T17:40:47.000Z (over 5 years ago)
- Last Synced: 2025-02-10T13:22:16.535Z (over 1 year ago)
- Language: JavaScript
- Size: 81.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Movie DB Test
[](https://travis-ci.com/Filipoliko/tmdb-api-test)
This repository contains test suite for [The Movie Database](https://www.themoviedb.org/) API.
## Setup
**Requirements:**
- Node.js (tested with v14)
Run `npm install` to install neccessary dependencies.
You also need to configure following environment variables before running the tests.
```
TMDB_USERNAME
TMDB_PASSWORD
TMDB_READ_ACCESS_TOKEN
```
Alternatively, you can edit `config.js` file and fill the values manually.
## Running Tests
Run following command to start the test run.
```bash
npm test
```