filament-tests
filament-tests copied to clipboard
Potential additional command arguments/options
Originally posted by dissto March 13, 2024
- [ ]
--outputNameAlter the output name for a given test. Instead of {ResourceName}Test.php maybe WhatEverTest.php (probably need to ensure the "Test.php" suffix - [ ]
--withoutActionsOpt out of action tests - [ ]
--onlyActions - [ ]
--exceptActions - [ ]
--withoutFiltersOpt out of filter tests - [ ]
--onlyFilters - [ ]
--exceptFilters - [ ]
--withoutWidgetsOpt out of widget tests - [ ]
--onlyWidgets - [ ]
--exceptWidgets - [ ]
--onlySearchableColumns - [ ]
--withoutSearchableColumns - [ ]
--exceptSearchableColumns - [ ]
--onlyVisibleColumns - [ ]
--withoutVisibleColumns - [ ]
--exceptVisibleColumns - [ ]
--onlySortableColumns - [ ]
--withoutSortableColumns - [ ]
--exceptSortableColumns - [ ]
--onlyTogglableColumns - [ ]
--withoutTogglableColumns - [ ]
--exceptTogglableColumns - [ ]
--onlySearchableColumns - [ ]
--withoutSearchableColumns - [ ]
--exceptSearchableColumns - [ ]
--onlyIndividualSearchableColumns - [ ]
--withoutIndividualSearchableColumns - [ ]
--exceptIndividualSearchableColumns - [ ]
--useTestInsteadOfItAllow the user (for the sake of preference) to generate all tests with test() instead of it() - [ ]
--onlygenerate tests for the specified resource/s - [ ]
--exceptgenerate tests expect the specified (comma separated) - [ ]
--onlyGroupsgenerate tests for a specified group (eg. "rendering", "auth" etc) - [ ]
--exceptGroups - [ ]
--withoutGroups - [x]
--outputDirectory#8 - [x]
--allgenerate a test for ALL resources #80
May or may not want config settings for each argument/option