You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In earlier stages, we copied the production database to perform tests on the real database. Now, we use synthetic test data. Thus, we cannot test against random games from production anymore.
Description
Implement an endpoint to download random captured games and test against them. Maybe only activate this tests in the CI.
The text was updated successfully, but these errors were encountered:
Reason/Context
In earlier stages, we copied the production database to perform tests on the real database. Now, we use synthetic test data. Thus, we cannot test against random games from production anymore.
Description
Implement an endpoint to download random captured games and test against them. Maybe only activate this tests in the CI.
The text was updated successfully, but these errors were encountered: