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": []
}