@redocly/respect-core
Version:
API testing framework core
14 lines • 527 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CHECKS = void 0;
exports.CHECKS = {
SUCCESS_CRITERIA_CHECK: 'success criteria check',
STATUS_CODE_CHECK: 'status code check',
SCHEMA_CHECK: 'schema check',
CONTENT_TYPE_CHECK: 'content-type check',
UNEXPECTED_ERROR: 'unexpected error',
GLOBAL_TIMEOUT_ERROR: 'global timeout error',
NETWORK_ERROR: 'failed network request',
MAX_STEPS_REACHED_ERROR: 'maximum steps reached',
};
//# sourceMappingURL=checks.js.map