Latihan Technical Test (ini nanti di hapus)
# OLX Technical Test - Playwright
This project contains automated end-to-end tests written in **Playwright** for the OLX Technical Test.
---
## π§° Tech Stack
- [Playwright](https://playwright.dev/) - End-to-end testing framework
- [Node.js](https://nodejs.org/) - Runtime environment
- [TypeScript](https://www.typescriptlang.org/) - Type-safe JavaScript
- [VS Code](https://code.visualstudio.com/) - Recommended IDE
---
## π¦ Installation
### 1. Clone this repository
```bash
git clone https://github.com/srikandi77/technicalTest.git
cd technicalTestnpm installnpx playwright testnpx playwright test --headed (ini perlu di update nanti diakhir test)npx playwright test tests/example.spec.ts (perlu update file yang relevan)npx playwright test --reporter=htmlAfter the test run, open the report with:
npx playwright show-report- Prettier β Code Formatter
-
Make sure you have Node.js v18+ installed.
-
Folders
playwright-reportandtest-resultsare ignored in Git (.gitignore). -
To clean up results before rerunning:
npx playwright test --clean
Ery Kurniasih Manual QA / Software Tester π§ [sri3kandi@yahoo.com|https://www.linkedin.com/in/erykurniasih/]
---