AbsaOSS / AbsaOSS/enceladus

Prepare Build context for AWS

Open
#1,726 0 comments 0 reactions 1 assignee Claimed by @HuvarVer View on GitHub
feature priority: undecided tests under discussion
Dominant language
Scala
Stars
33
Forks
16
PR merge metrics
No merged PRs in 30d

Description

## Background
For setting test environment there is a Build context which specify basics about this environment and will be specific for kind of test (e2e tests, integration tests, etc.)

## Feature
JSON file which specifies:

- kind of DB and Storage
- paths to DB data
- paths to storage data
- raw data
- reference data
- test tools
- Hermes, Newman (CLI of Postman), Jmeter
- paths to tests
- Postman test cases
- JMeter test plan
- Hermes test JASONs

## Example
```json
{
"build context" : {
"size": {
"value": "key"
},
"setup":[{
"nane": "MongoDB",
"paths": ["path/to/datasets/", "path/to/schema"]
},{
"name": "HADOOP",
"paths": ["path/to/rawData/", "path/to/reference"]
},{
"name": "Hermes",
"paths": ["path/to/testJsons/"]
}
]}
}
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.