I am currently stuck trying to get the most basic ...
# vue
n
I am currently stuck trying to get the most basic test to work. I created a blank vue project with
npm init vue@latest
and selecting cypress, typescript, and nothing else I then created a cypress test for the included demo component
WelcomeItem
I added one property. The test is already failing with the message 'Cannot convert undefined or null to object' The component works as expected in the app. It only fails in the test Can someone please take a look at it? It is super simple. https://github.com/jewpaltz/cypress_component_testing/commit/f4c1d34e1aa6fa1c2d4b63efec111728c3891317