Story - gorskip/testing-framework GitHub Wiki
Consists of:
- name
- Map of parameters
- List of TestCase
{
"name": "Name of suite",
"params": {
"apiUrl": "http://localhost:8080/application"
},
"tests": []
}
Consists of:
{
"name": "Name of suite",
"params": {
"apiUrl": "http://localhost:8080/application"
},
"tests": []
}