Skip to content

srikandi77/technicalTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

TechnicalTest

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 technicalTest

2. Install dependencies

npm install

πŸš€ Run Tests

Run all tests

npx playwright test

Run tests in headed mode (with browser UI)

npx playwright test --headed (ini perlu di update nanti diakhir test)

Run a specific test file

npx playwright test tests/example.spec.ts (perlu update file yang relevan)

Run with HTML report

npx playwright test --reporter=html

After the test run, open the report with:

npx playwright show-report

βš™οΈ Recommended VS Code Extensions

  • Prettier – Code Formatter

🧠 Notes

  • Make sure you have Node.js v18+ installed.

  • Folders playwright-report and test-results are ignored in Git (.gitignore).

  • To clean up results before rerunning:

    npx playwright test --clean

πŸ‘©β€πŸ’» Author

Ery Kurniasih Manual QA / Software Tester πŸ“§ [sri3kandi@yahoo.com|https://www.linkedin.com/in/erykurniasih/]

---




About

Latihan Technical Test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published