dillingham / nova-assertions

Laravel Nova assertions for your tests
MIT License
79 stars 16 forks source link

Is this replacement of Laravel Dusk tests #7

Closed BobbyBorisov closed 4 years ago

BobbyBorisov commented 5 years ago

Hey guys, I just found this package and it looks awesome! I wonder if this is a alternative for the Dusk test and how everybody is using it?

dillingham commented 5 years ago

Most cases you just want to know if things are or are not present in the json response. Personally it felt like dusk tests to verify that things are present felt like overkill.

BobbyBorisov commented 5 years ago

@dillingham Fair enough. Thank you for the awesome package! Clicking on buttons and stuff is not my favorite part as well. Cheers!