P
P
Pavell892021-06-07 13:58:35
Software testing
Pavell89, 2021-06-07 13:58:35

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

3 answer(s)
N
netrox, 2021-06-07
@netrox

https://www.cypress.io/

E
Egor Zhivagin, 2021-06-07
@Krasnodar_etc

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

S
Swartex, 2021-06-07
@Swartex

https://webdriver.io/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question