@testim/root-cause-client-bundled
Advanced tools
Comparing version 0.0.5-canary.132 to 0.0.5
/// <reference types="react" /> | ||
import type { TestResultFile } from '@testim/root-cause'; | ||
import type { TestResultFile } from '@testim/root-cause-types'; | ||
interface AppComponentProps { | ||
loadTestResult?: null | (() => Promise<TestResultFile>); | ||
getResourceUrl?: ((resource: string | undefined) => string | undefined); | ||
isClickimMode?: boolean; | ||
} | ||
declare const App: (({ loadTestResult, getResourceUrl }: AppComponentProps) => JSX.Element) & { | ||
declare const App: (({ loadTestResult, getResourceUrl, isClickimMode }: AppComponentProps) => JSX.Element) & { | ||
displayName: string; | ||
}; | ||
export default App; |
import { NormalizedLog } from "./interfaces"; | ||
import { ConsoleMessage, ConsoleException } from "@testim/root-cause/src/interfaces"; | ||
import { ConsoleMessage, ConsoleException } from "@testim/root-cause-types"; | ||
export declare function normalizeError(error: ConsoleException): NormalizedLog; | ||
export declare function normalizeConsoleEntry(consoleEntry: ConsoleMessage): NormalizedLog; |
import * as React from "react"; | ||
import type { StepResult } from "@testim/root-cause"; | ||
import type { StepResult } from "@testim/root-cause-types"; | ||
export declare const Logs: React.NamedExoticComponent<{ | ||
step: StepResult; | ||
}>; |
import React from "react"; | ||
import type { Har } from "har-format"; | ||
import { StepResult } from "@testim/root-cause"; | ||
import type { StepResult } from "@testim/root-cause-types"; | ||
export declare const NetworkViewer: React.NamedExoticComponent<{ | ||
@@ -5,0 +5,0 @@ harFile: Har; |
/// <reference types="react" /> | ||
import type { StepResult } from "@testim/root-cause"; | ||
import type { StepResult } from "@testim/root-cause-types"; | ||
import { ImageStretchBehavior } from "../../hooks/useBackgroundHighlight"; | ||
@@ -4,0 +4,0 @@ export declare function Screenshot({ step, apiUrl, className, screenshotClassName, showHighlightRect, imageStretchBehavior }: { |
/// <reference types="react" /> | ||
import { StepResult } from "@testim/root-cause"; | ||
import type { StepResult } from "@testim/root-cause-types"; | ||
export declare const StackTrace: ({ step }: { | ||
step: StepResult; | ||
}) => JSX.Element; |
/// <reference types="react" /> | ||
import { StepResult } from "@testim/root-cause"; | ||
import type { StepResult } from "@testim/root-cause-types"; | ||
import type { Har } from "har-format"; | ||
@@ -4,0 +4,0 @@ export declare const StepResultTitlebar: ({ selectedStep, selectedTab, selectTab, harFileContents }: { |
/// <reference types="react" /> | ||
import { StepResult } from "@testim/root-cause"; | ||
import type { StepResult } from "@testim/root-cause-types"; | ||
export declare const StepsSidebar: (() => JSX.Element) & { | ||
@@ -4,0 +4,0 @@ displayName: string; |
import * as React from "react"; | ||
import { TestResultFile } from "@testim/root-cause"; | ||
import type { TestResultFile } from "@testim/root-cause-types"; | ||
export declare const TestResultTitlebar: React.NamedExoticComponent<{ | ||
testMetadata: TestResultFile["metadata"]; | ||
totalTime: number; | ||
isClickimMode: boolean; | ||
}>; |
/// <reference types="react" /> | ||
import { HasRectangle } from '@testim/root-cause'; | ||
import { HasRectangle } from '@testim/root-cause-types'; | ||
export declare type ImageStretchBehavior = 'content-fit' | 'zoom'; | ||
@@ -4,0 +4,0 @@ export declare function useBackgroundHighlight(step: HasRectangle, image: React.RefObject<HTMLImageElement>, container: React.RefObject<HTMLDivElement>, imageStretchBehavior: ImageStretchBehavior): readonly [undefined, undefined, undefined] | readonly [{ |
{ | ||
"name": "@testim/root-cause-client-bundled", | ||
"version": "0.0.5-canary.132+c28291d", | ||
"version": "0.0.5", | ||
"private": false, | ||
@@ -15,4 +15,3 @@ "proxy": "http://localhost:9876/", | ||
"storybook": "start-storybook -p 9009 -s public", | ||
"build-storybook": "build-storybook -s public", | ||
"prepublishOnly": "cp ./package.json ./packageToPublish/" | ||
"build-storybook": "build-storybook -s public" | ||
}, | ||
@@ -24,5 +23,3 @@ "eslintConfig": { | ||
"production": [ | ||
">0.2%", | ||
"not dead", | ||
"not op_mini all" | ||
"last 3 chrome version" | ||
], | ||
@@ -78,4 +75,3 @@ "development": [ | ||
"access": "public" | ||
}, | ||
"gitHead": "c28291df8fa1f44c665e8165c52d3132f1ba71d4" | ||
} | ||
} |
/// <reference types="react" /> | ||
import type { StepResult, TestResultFile } from "@testim/root-cause"; | ||
import type { StepResult, TestResultFile } from "@testim/root-cause-types"; | ||
import type { Har } from "har-format"; | ||
@@ -4,0 +4,0 @@ declare let apiUrl: string; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
0
8904748
62669