testplane
Version:
Tests framework based on mocha and wdio
21 lines (20 loc) • 1.61 kB
TypeScript
export declare const CHROMEDRIVER_STORAGE_API = "https://chromedriver.storage.googleapis.com";
export declare const CHROME_FOR_TESTING_MILESTONES_API_URL = "https://googlechromelabs.github.io/chrome-for-testing/latest-versions-per-milestone.json";
export declare const CHROME_FOR_TESTING_LATEST_STABLE_API_URL = "https://googlechromelabs.github.io/chrome-for-testing/LATEST_RELEASE_STABLE";
export declare const GECKODRIVER_CARGO_TOML = "https://raw.githubusercontent.com/mozilla/geckodriver/release/Cargo.toml";
export declare const FIREFOX_VERSIONS_ALL_VERSIONS_API_URL = "https://product-details.mozilla.org/1.0/firefox.json";
export declare const FIREFOX_VERSIONS_LATEST_VERSIONS_API_URL = "https://product-details.mozilla.org/1.0/firefox_versions.json";
export declare const MSEDGEDRIVER_API = "https://msedgedriver.azureedge.net";
export declare const SAFARIDRIVER_PATH = "/usr/bin/safaridriver";
export declare const MIN_CHROME_FOR_TESTING_VERSION = 113;
export declare const MIN_CHROMEDRIVER_FOR_TESTING_VERSION = 115;
export declare const MIN_CHROMEDRIVER_MAC_ARM_NEW_ARCHIVE_NAME = 106;
export declare const MIN_CHROMIUM_MAC_ARM_VERSION = 93;
export declare const MIN_CHROMIUM_VERSION = 73;
export declare const MIN_FIREFOX_VERSION = 60;
export declare const MIN_EDGEDRIVER_VERSION = 94;
export declare const DRIVER_WAIT_INTERVAL = 25;
export declare const DRIVER_WAIT_TIMEOUT: number;
export declare const LINUX_UBUNTU_RELEASE_ID = "ubuntu";
export declare const LINUX_RUNTIME_LIBRARIES_PATH_ENV_NAME = "LD_LIBRARY_PATH";
export declare const MANDATORY_UBUNTU_PACKAGES_TO_BE_INSTALLED: string[];