so that the components mounted in the playground looks the same as
when they are actually used in the app.
// Alternatively you can use CommonJS syntax:
// require('./commands')
+// Import global styles
+import '@/main.css'
+
import { mount } from 'cypress/vue'
Cypress.Commands.add('mount', mount)
// Alternatively you can use CommonJS syntax:
// require('./commands')
+// Import global styles
+import '@/main.css'
+
import { mount } from 'cypress/vue'
// Augment the Cypress namespace to include type definitions for