UNPKG

testplane

Version:

Tests framework based on mocha and wdio

14 lines (13 loc) 514 B
export declare const WS_MAX_REQUEST_ID = 2147483647; export declare const WS_PING_INTERVAL = 15000; export declare const WS_PING_TIMEOUT = 10000; export declare const WS_PING_MAX_SUBSEQUENT_FAILS = 2; export declare const WS_ERROR_CODE: { readonly MALFORMED_RESPONSE: -32810; readonly SEND_FAILED: -32820; readonly TIMEOUT: -32830; readonly CONNECTION_TERMINATED: -32840; readonly CONNECTION_ESTABLISHMENT: -32850; readonly CONNECTION_BREAK: -32860; readonly PROTOCOL_ERROR: -32680; };