Skip to content

Commit d48f154

Browse files
committed
feat: add comprehensive testing documentation page with metrics and pipeline details
1 parent c85bbb9 commit d48f154

7 files changed

Lines changed: 1852 additions & 3 deletions

File tree

src/components/DocsNav.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ const tabs = [
1111
{ href: '/docs/diagrama-clases', label: 'Clases' },
1212
{ href: '/docs/diagrama-objetos', label: 'Objetos' },
1313
{ href: '/docs/kanban', label: 'Kanban' },
14+
{ href: '/docs/testing', label: 'Testing' },
1415
{ href: '/docs/usability-testing', label: 'Usability testing' },
1516
]
1617

0 commit comments

Comments
 (0)