You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently started working on a colourpicker Filament component and while attempting to create unit tests for it I found that creating tests for them is seemingly nigh impossible.
Outside of using things like Laravel Dusk or Cypress and needing to set up a test application to run this has anyone found a way to do this using just Orchestra?
I'd like to avoid using E2E testing as it's slow and expensive.
If there really isn't a clear way to do this, I'd like to use this as a jumping off point to discuss how unit testing could be done in Filament.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I recently started working on a colourpicker Filament component and while attempting to create unit tests for it I found that creating tests for them is seemingly nigh impossible.
Outside of using things like Laravel Dusk or Cypress and needing to set up a test application to run this has anyone found a way to do this using just Orchestra?
I'd like to avoid using E2E testing as it's slow and expensive.
If there really isn't a clear way to do this, I'd like to use this as a jumping off point to discuss how unit testing could be done in Filament.
Beta Was this translation helpful? Give feedback.
All reactions