🧪 Automated Testing Dashboard

Run automated unit tests to verify application functionality

Production Environment Detected

Test execution is limited in production environments for security and performance reasons. The test dashboard is available to view test information, but running tests requires a development environment.

To run tests: Clone the repository and run dotnet test locally.

Test Suite Information
📋 What Gets Tested:
  • Station Tests: CRUD operations, filtering, validation
  • Biketrip Tests: Data integrity, calculations, sorting
  • Database Tests: In-memory database operations
✅ Test Coverage:
  • Create, Read, Update, Delete operations
  • Data filtering and searching
  • Business logic validation
  • Edge cases and error handling
Ready to run tests?

Click the button below to execute all automated tests

⏱️ Tests typically complete in 2-5 seconds
Note:

Tests use an in-memory database and do not affect your production data. All test data is created and destroyed automatically.