Replies: 2 comments 3 replies
-
You can take a look at what we have testing wise so far for some ideas. We're still working on it ourselves. You can use all the default Livewire testing methods too. |
Beta Was this translation helpful? Give feedback.
-
I know this is an older discussion, but I've just started using v3 of the livewire tables, and I have some testing questions as well. I've been trying to test a table with some custom SelectFiters. I've got the test running with the filters pre set, but when I call the render() method in the test, and try to browse the rows, they don't seem to be filtering at all. I'm wondering if there are any particular examples or methods I should work with to execute a successfully test of the table component with filters, sorts, and searches. Happy to share the examples I am working with to help debug if required. |
Beta Was this translation helpful? Give feedback.
-
Hi @rappasoft @bdelamatre
We have something want to achieve like in testing
how can we test specific result of row or cells?
we been using this
while
$livewireIndexTable
is a string class name of DataTableComponentbut seem we can not check if the result is ok
thank you
Beta Was this translation helpful? Give feedback.
All reactions