AbsaOSS / AbsaOSS/enceladus

Prepare Build context for AWS

Aperta
#1,726 0 commenti 0 reazioni 1 assegnatario Rivendicata da @HuvarVer Vedi su GitHub
feature priority: undecided tests under discussion
Lingua principale
Scala
Stelle
33
Fork
16
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

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

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.