🚀 Feat: Integração do WebClone AI com Playwright e suporte a Mocks de Rede

This commit is contained in:
2026-05-17 17:19:41 +00:00
parent b319b5dadf
commit 7ed4f26b50
4 changed files with 219 additions and 2 deletions
+8 -1
View File
@@ -17,7 +17,8 @@ import {
Settings,
Shield,
UserCog,
Cog
Cog,
Globe
} from "lucide-react";
import { MenuItem, MenuGroup } from './types';
@@ -70,6 +71,12 @@ export const menuGroups: MenuGroup[] = [
key: "inconsistencias",
title: "Ver Inconsistências",
url: "/ferramentas/inconsistencias",
},
{
key: "webclone",
title: "WebClone AI",
url: "/ferramentas/webclone",
icon: Globe,
}
]
},