first commit

Playwright API test suite for payment/cashier endpoints, with
per-environment config (dev/staging/prod) loaded via dotenv.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
Rediet
2026-08-03 15:13:34 +03:00
commit 8a34ceaa09
14 changed files with 1722 additions and 0 deletions

6
.gitignore vendored Normal file
View File

@@ -0,0 +1,6 @@
node_modules/
playwright-report/
test-results/
dist/
*.log
.DS_Store