NeuraLegion/cypress-har-generator

View on GitHub
src/constants.ts

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
export const PORT_OPTION_NAME = '--remote-debugging-port';
export const ADDRESS_OPTION_NAME = '--remote-debugging-address';
export const SUPPORTED_BROWSERS: readonly string[] = ['chromium'];
export const MAX_NETWORK_IDLE_THRESHOLD = 100;
export const MAX_NETWORK_IDLE_DURATION = 5000;