AbsaOSS / AbsaOSS/enceladus

Prepare Build context for AWS

未关闭
#1,726 0 条评论 0 个 reaction 已指派 1 人 已被 @HuvarVer 认领 在 GitHub 查看
feature priority: undecided tests under discussion
主要语言
Scala
星标
33
派生
16
PR 合并指标
30 天内没有已合并 PR

描述

## 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/"]
}
]}
}
```

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。