inertiajs / inertiajs.com

Official Inertia.js website.
https://inertiajs.com
139 stars 105 forks source link

Testing section #86

Open NWBY opened 4 years ago

NWBY commented 4 years ago

The Ping CRM demo application for Laravel have a Macros that have been added for testing.

What are people’s thoughts on adding a Testing section to the website to show users how they can easily add a couple of macros to test their applications?

For reference: https://github.com/inertiajs/pingcrm-svelte/blob/master/tests/TestCase.php

reinink commented 4 years ago

Yeah, this is on my roadmap as well. 👍

I put together those test helpers in Ping CRM pretty quick though, so I want to think that through a little before I recommend them.

NWBY commented 4 years ago

@reinink Great, I agree. I think it would be great to get some concise methods that Inertia users can implement.

Since this is on the roadmap, would you like me to close?