testgenius-ai
Version:
🚀 TestGenius AI - The Ultimate E2E Testing Framework for Everyone | No Coding Required • AI-Powered Automation • Beautiful Reports • Zero Complexity
53 lines • 1.1 kB
TypeScript
export declare const HOMEPAGE_LOAD_TEST: {
id: string;
name: string;
description: string;
priority: string;
tags: string[];
site: string;
testData: {};
task: string;
};
export declare const MENU_NAVIGATION_TEST: {
id: string;
name: string;
description: string;
priority: string;
tags: string[];
site: string;
testData: {};
task: string;
};
export declare const SEARCH_FUNCTIONALITY_TEST: {
id: string;
name: string;
description: string;
priority: string;
tags: string[];
site: string;
testData: {
searchTerm: string;
};
task: string;
};
export declare const RESPONSIVE_DESIGN_TEST: {
id: string;
name: string;
description: string;
priority: string;
tags: string[];
site: string;
testData: {};
task: string;
};
export declare const BREADCRUMB_NAVIGATION_TEST: {
id: string;
name: string;
description: string;
priority: string;
tags: string[];
site: string;
testData: {};
task: string;
};
//# sourceMappingURL=navigation-tests.d.ts.map