AbsaOSS / AbsaOSS/enceladus

Prepare Build context for AWS

Đang mở
#1,726 0 bình luận 0 reaction 1 người được giao Được @HuvarVer nhận Xem trên GitHub
feature priority: undecided tests under discussion
Ngôn ngữ chính
Scala
Star
33
Fork
16
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

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

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.