DEV Community

Discussion on: Which framework use for an e2e tests of an SPA?

Collapse
 
rhymes profile image
rhymes

I've tried TestCafe but I couldn't make it work with webpack's dev proxy server and mocking.

I have the frontend separate from the backend and I would like to test the frontend isolated from the backend.

You can even find my github comment about it here - github.com/DevExpress/testcafe/iss...