Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 415 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 415 Bytes

Crawlab E2E Tests

This repository contains end-to-end tests for Crawlab.

Getting Started

e2e/
├───fixtures           # Test data (JSON files or static data)
├───page-objects       # Page Object Model files for different pages
├───tests              # Your actual test cases organized by feature or page
└───utils              # Utility functions and reusable helpers