Skip to content

Commit e516178

Browse files
Add validation notes for RichEditor fields in test suite
1 parent 24144df commit e516178

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ This package generates comprehensive PEST tests for your Filament resources. Her
3636
### Form Record Tests
3737
- **CanCreateRecordTest** - Tests that a record can be created
3838
- **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
3943

4044
### Page Rendering Tests
4145
- **CanRenderCreatePageTest** - Tests that the create page renders correctly

0 commit comments

Comments
 (0)