Files
self c20a3b4f71 feat: prefix Supertest plugin slug
Rename the Supertest fixture plugin to tribe-one-supertest across manifest, runtime API routes, metrics, e2e fixtures, and tests.
2026-06-17 22:33:39 +02:00

17 lines
449 B
JSON

{
"id": "org.tribe-one.plugins.supertest",
"slug": "tribe-one-supertest",
"display_name": "Supertest",
"version": "0.1.1",
"description": "Migration and sync fixture plugin for Tribes supertest scenarios",
"entry_module": "TribeOne.TribesPlugin.Supertest.Plugin",
"host_api": "1",
"otp_app": "tribe_one_supertest",
"provides": [],
"requires": [],
"enhances_with": [],
"assets": {},
"migrations": true,
"children": true
}