UNPKG

html-reporter

Version:

Html-reporter and GUI for viewing and managing results of a tests run. Currently supports Testplane and Hermione.

24 lines (23 loc) 1.09 kB
declare const _default: import("react-redux").ConnectedComponent<typeof ViewInBrowser, import("react-redux").Omit<PropTypes.InferProps<{ resultId: PropTypes.Validator<string>; extendClassNames: PropTypes.Requireable<NonNullable<string | any[] | null | undefined>>; suiteUrl: PropTypes.Requireable<string>; baseHost: PropTypes.Requireable<string>; actions: PropTypes.Validator<object>; }>, "suiteUrl" | "baseHost" | "actions">>; export default _default; declare class ViewInBrowser extends React.Component<any, any, any> { static propTypes: { resultId: PropTypes.Validator<string>; extendClassNames: PropTypes.Requireable<NonNullable<string | any[] | null | undefined>>; suiteUrl: PropTypes.Requireable<string>; baseHost: PropTypes.Requireable<string>; actions: PropTypes.Validator<object>; }; constructor(props: any); constructor(props: any, context: any); onViewInBrowser: (e: any) => void; render(): import("react/jsx-runtime").JSX.Element; } import PropTypes from 'prop-types'; import React from 'react';