/** * Represents the test case configuration. */ class TestConfig { /** * @param {object} config */ constructor(config) { this.testCaseSteps = config.testCaseSteps; } }