Tests failed at --grep @smoke (Exit code 1). See logs below.
[DEBUG] Ortoni Configuration: {
authorName: 'root',
testCycle: 'Apr 2026',
environment: 'Live / Dev'
}
Error: Cannot find module '../pages/home/HomePage'
Require stack:
- /smtc-app/fixtures/pageFixtures.ts
- /smtc-app/tests/auth/login.spec.ts
- /smtc-app/node_modules/playwright/lib/common/index.js
- /smtc-app/node_modules/playwright/lib/program.js
- /smtc-app/node_modules/@playwright/test/cli.js
at ../fixtures/pageFixtures.ts:4
2 | import { LoginPage } from '@pages/auth/LoginPage';
3 | import { PrescriptionPage } from '../pages/prescription/PrescriptionPage';
> 4 | import { HomePage } from '../pages/home/HomePage';
| ^
5 | import { HealthPackagesPage } from '../pages/packages/HealthPackagesPage';
6 |
7 | // Define the types for your custom fixtures
at Object.<anonymous> (/smtc-app/fixtures/pageFixtures.ts:4:1)
at Object.<anonymous> (/smtc-app/tests/auth/login.spec.ts:1:1)
Error: Cannot find module '../pages/home/HomePage'
Require stack:
- /smtc-app/fixtures/pageFixtures.ts
- /smtc-app/tests/prescription/uploadPrescription.spec.ts
- /smtc-app/node_modules/playwright/lib/common/index.js
- /smtc-app/node_modules/playwright/lib/program.js
- /smtc-app/node_modules/@playwright/test/cli.js
at ../fixtures/pageFixtures.ts:4
2 | import { LoginPage } from '@pages/auth/LoginPage';
3 | import { PrescriptionPage } from '../pages/prescription/PrescriptionPage';
> 4 | import { HomePage } from '../pages/home/HomePage';
| ^
5 | import { HealthPackagesPage } from '../pages/packages/HealthPackagesPage';
6 |
7 | // Define the types for your custom fixtures
at Object.<anonymous> (/smtc-app/fixtures/pageFixtures.ts:4:1)
at Object.<anonymous> (/smtc-app/tests/prescription/uploadPrescription.spec.ts:1:1)
Error: No tests found
Ortoni Report: Report generation skipped due to error in Playwright worker!