migrated all pawprint work

This commit is contained in:
buenosairesam
2025-12-31 08:34:18 -03:00
parent fc63e9010c
commit 680969ca42
63 changed files with 4687 additions and 5 deletions

View File

@@ -0,0 +1,25 @@
{
"$comment": "Test scenarios emerge from actual usage and conversations. This is just the format.",
"scenarios": [
{
"_example": "This is an example scenario structure - real scenarios will be added as needed",
"name": "Example Scenario",
"slug": "example-scenario",
"description": "Description of what this scenario tests",
"role": "USER",
"entity": "PetOwner",
"view": "petowners_by_state",
"filters": {
"has_pets": true,
"has_requests": false
},
"test_cases": [
"Test case 1",
"Test case 2"
],
"priority": "medium",
"complexity": "medium",
"notes": "Additional notes about this scenario"
}
]
}