Vuetify components are not showed in components test using nuxt #14313
              
                Unanswered
              
          
                  
                    
                      Albertbol
                    
                  
                
                  asked this question in
                Component Testing
              
            Replies: 1 comment 1 reply
-
| Atleast button is displayed using : But styles not showed, well I guess it's not a cypress problem anymore, I will be closing this. | 
Beta Was this translation helpful? Give feedback.
                  
                    1 reply
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
Thanks for the great library first of all.
Problem:
I am using nuxt with vuetify component library, setted up nuxt plugin config: https://www.npmjs.com/package/cypress-nuxt and it works good, I can see all my elements in integration tests but in components testing vuetify element is not loaded so it's just an empty component.
Do you have any idea what it can be and how to import vuetify ?
plugins/index.js
components/ok.spec.js
components/formfields/T.vue
Cypress iframe result has this code but button is not showed as vuetify component, just "hi" text:
Beta Was this translation helpful? Give feedback.
All reactions