How to test an Import Action and its Importer class?
I don't see any tips or good practices in the documentation on how to properly test this, do you guys have any suggestions on how I can tackle this?
1 Reply
Also looking for answers to this question,
There also appear two open discussion question on the topic:
- https://github.com/filamentphp/filament/discussions/12723
-https://github.com/filamentphp/filament/discussions/10709
Anyone who has any guidance here would be super appreciated 🙌
GitHub
Writing tests for Export/Import Actions · filamentphp filament · Di...
Package Actions Package Version v3 How can we help you? Is anyone writing tests for their Export/Import Actions and ensuring they correctly import or export? https://filamentphp.com/docs/3.x/action...
GitHub
How to test import action · filamentphp filament · Discussion #10709
How should we test the import? It doesn't seem to be documented.