rework of the e2e test suites

This commit is contained in:
Codex Agent
2025-11-19 22:23:33 +01:00
parent 8d2075bdd2
commit 0127114e59
32 changed files with 1593 additions and 124 deletions

View File

@@ -279,3 +279,7 @@ Route::prefix('v1')->name('api.v1.')->group(function () {
});
});
if (app()->environment(['local', 'testing'])) {
require __DIR__.'/testing.php';
}