Testing Scenario
Is it possible to test this Scenario in one File? I have a PDF Annotation Page and want to prepare a file (upload it to the server) then you get back a ID which you can call an url with and draw. when you save it gets send with the id to an api so the other service can consume it.
I have some issues with using
registerEndpoint
from @nuxt/test-utils/runtime and createPage
from @nuxt/test-utils/e2e together.
Do I have to seperate them?
https://nuxt.com/docs/getting-started/testing#conflict-with-end-to-end-testing1 Reply
This is what my test file looks like right now but I get some unhead dom errors