https://github.com/crawlab-team/e2e-tests
https://github.com/crawlab-team/e2e-tests
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/crawlab-team/e2e-tests
- Owner: crawlab-team
- Created: 2024-10-22T03:09:01.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-20T07:35:33.000Z (4 months ago)
- Last Synced: 2025-01-18T09:25:32.472Z (3 months ago)
- Language: TypeScript
- Size: 69.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```