Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 613 Bytes

File metadata and controls

24 lines (16 loc) · 613 Bytes

Thwordle

Wordle clone, but it's Thai.

Setup

  • Clone/fork this repository
  • yarn or npm install
  • yarn dev or npm run dev

What's included

End-to-End Testing (Playwright)

Uses Playwright for E2E testing.
Run npm run e2e:install and then npm run e2e.

Currently covers win/lose scenarios.