Answer the question
In order to leave comments, you need to log in
What tools are there for testing an application on React + Laravel?
I chose these tools: Sentry and dusk
But how it turned out that dusk cannot be run with React?
Can you recommend analogues of dusk?
Sentry ( https://sentry.io/for/laravel/ ) - Optimization and bug tracker.
For example, someone has such an error and you will already know about it, we can find the cause and quickly fix it.
You can use the free plan of the tool.
2. Use browser automation.
We program the script for specific scenarios. Almost everything can be automated.
The script will instead of us check different scenarios and notify about problems / crashes. This will save time.
Answer the question
In order to leave comments, you need to log in
Sentry is usually not classified as testing)
If you need end-2-end testing (as I understand it), I recommend looking towards Cypress
. More popular tools: puppeteer, webdriver.io . All of them do not care what your site is written in, they test user scripts
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question