e-sdet-playwright/ ├── pages/ # Page Object Models │ ├── LoginPage.ts │ ├── InventoryPage.ts │ └── CartPage.ts ├── tests/ │ ├── ui/ # UI / E2E Tests │ │ ├── login.spec.ts │ │ └── checkout.spec.ts │ ...
Countercheck has a couple of intended uses: 🏃‍ ️ A hit-the-ground-running drop-in solution for people needing a Java-based test automation framework ⚙️ An example of how a framework can be structured ...