package
0.0.0-20190513142136-e7e71aebf63e
Repository: https://github.com/onsdigital/dp-api-tests.git
Documentation: pkg.go.dev
# README
Generate Files Tests
Getting started
This package will test a sunny day scenario of the backend and api services.
Make sure all API's have access to the following environment variables before starting the services.
export MONGODB_DATABASE=test
export MONGODB_FILTERS_DATABASE=test
export MONGODB_IMPORTS_DATABASE=test
The endToEndTest can be run with or without decryption/encryption by exporting
the ENCRYPTION_DISABLED
environment variable to true
or false
respectively.
This environment variable will need to be set for backend services if set to false
.
To run vault:
brew install vault
vault server -dev
Services and software
The following software needs to be running for acceptance tests to be able to pass:
vault
mongo db
zookeeper
kafka
neo4j
elasticsearch (5.x)
recipe API
import API
dataset API
filter API - Not yet
dimension extractor
dimension import
observation extractor
observation importer
import tracker
import reporter
dataset exporter
xlsx dataset exporter
downloads service
auth api stub (mimics zebedee)
# Functions
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author