There is a tool called Cypress that does browser testing that you could use.
Dec 21, 2021
3
Level 1
Can I do some non testing operations with laravel dusk?
After consulting the document, I found that Dusk can only do some test operations? For example, I want to often use commands to simulate my browsing an e-commerce website to refresh the current page. Check whether the product inventory is sufficient, can I place an order? Simulate real-life operations? How will I complete the development of similar behavioral operations?
Please or to participate in this conversation.