You've already forked tribes-plugin-supertest
forked from tribes/tribes-plugin-template
c20a3b4f71
Rename the Supertest fixture plugin to tribe-one-supertest across manifest, runtime API routes, metrics, e2e fixtures, and tests.
17 lines
449 B
JSON
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
|
|
}
|