Writing test on dev environment (localhost:3002)
-
Hello!
I’m using vuejs + quasar on the frontend and laravel on the backend. I tried a few ways to write a test (vue-utils, laravel dusk, testcafe), but I always receive in my tests “request is failed” or “cannot found an element”. So my quesion is it possible to write a test on this address, or I should build quasar and to create a root /var/www/frontend/dist/spa/ in my caddy configuration.
Thank you!