mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 14:25:02 +00:00
- Created packages/crud/playwright/tests.json from e2e/crud.spec.ts, e2e/crud/user-management.spec.ts, and e2e/crud/complete-flow.spec.ts - Created packages/navigation/playwright/tests.json from e2e/navigation.spec.ts - Created packages/pagination/playwright/tests.json from e2e/pagination.spec.ts - Updated packages/auth/playwright/tests.json with tests from e2e/auth/authentication.spec.ts and e2e/auth/complete-flow.spec.ts - Created packages/api_tests/playwright/tests.json from e2e/api/crud-operations.spec.ts (marked as skip - requires request context) - Created packages/package_tests/playwright/tests.json from e2e/package-rendering.spec.ts and e2e/package-loading.spec.ts - Added package.json metadata for all new test packages Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
11 lines
293 B
JSON
11 lines
293 B
JSON
{
|
|
"$schema": "https://metabuilder.dev/schemas/package-metadata.schema.json",
|
|
"packageId": "api_tests",
|
|
"name": "API Tests",
|
|
"version": "1.0.0",
|
|
"description": "API CRUD operations E2E tests",
|
|
"category": "testing",
|
|
"minLevel": 0,
|
|
"keywords": ["api", "tests", "rest", "crud"]
|
|
}
|