Files
Portfolio-Codex/tests/run.ps1
2026-02-04 17:08:47 +01:00

15 lines
571 B
PowerShell

$ErrorActionPreference = 'Stop'
$here = Split-Path -Parent $MyInvocation.MyCommand.Path
& (Join-Path $here 'structure.test.ps1')
& (Join-Path $here 'tailwind.test.ps1')
& (Join-Path $here 'templates.test.ps1')
& (Join-Path $here 'canary.test.ps1')
& (Join-Path $here 'navbar.test.ps1')
& (Join-Path $here 'cta.test.ps1')
& (Join-Path $here 'home.test.ps1')
& (Join-Path $here 'quicknav.test.ps1')
& (Join-Path $here 'router.test.ps1')
php (Join-Path $here 'projects.test.php')
php (Join-Path $here 'router.test.php')
php (Join-Path $here 'projects-list.test.php')
'OK'