We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24144df commit e516178Copy full SHA for e516178
README.md
@@ -36,6 +36,10 @@ This package generates comprehensive PEST tests for your Filament resources. Her
36
### Form Record Tests
37
- **CanCreateRecordTest** - Tests that a record can be created
38
- **CanValidateCreateFormTest** - Tests that the create form validates input correctly
39
+ - [x] Max
40
+ - [x] Min
41
+ - [x] Required
42
+ - Note: RichEditor fields are not validated due to complexity
43
44
### Page Rendering Tests
45
- **CanRenderCreatePageTest** - Tests that the create page renders correctly
0 commit comments