testgenius-ai
Version:
🚀 TestGenius AI - The Ultimate E2E Testing Framework for Everyone | No Coding Required • AI-Powered Automation • Beautiful Reports • Zero Complexity
25 lines • 596 B
TypeScript
export declare const FAILURE_DEMO_TEST: {
id: string;
name: string;
description: string;
priority: string;
tags: string[];
site: string;
testData: {
steps: ({
action: string;
description: string;
target: string;
timestamp: string;
value?: undefined;
} | {
action: string;
description: string;
target: string;
value: string;
timestamp: string;
})[];
};
task: string;
};
//# sourceMappingURL=failure-demo-test.d.ts.map