An open API service indexing awesome lists of open source software.

https://github.com/crawlab-team/e2e-tests


https://github.com/crawlab-team/e2e-tests

Last synced: about 2 months ago
JSON representation

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
```