UNPKG

e2ed

Version:

E2E testing framework over Playwright

25 lines (24 loc) 570 B
/** * `Bad Request` HTTP status code. */ export declare const BAD_REQUEST_STATUS_CODE = 400; /** * `Created` HTTP status code. */ export declare const CREATED_STATUS_CODE = 201; /** * `Internal Server Error` HTTP status code. */ export declare const INTERNAL_SERVER_ERROR_STATUS_CODE = 500; /** * `Multiple Choices` HTTP status code. */ export declare const MULTIPLE_CHOICES_STATUS_CODE = 300; /** * `Not Found` HTTP status code. */ export declare const NOT_FOUND_STATUS_CODE = 404; /** * `OK` HTTP status code. */ export declare const OK_STATUS_CODE = 200;