跳到主要内容

Vue API

Methods

mount

import { mount } from 'cypress/vue'

Signature: mount(originalComponent: { new (...args: any[]): ; __vccOpts: any; }, options?: MountOptions): Cypress.Chainable<MountReturn>

Interfaces

MountOptions

Vue 3 MountingOptions

MountReturn

Type that the mount function yields

members

NameTypeDescription
wrapperVueWrapperThe Vue Test Utils wrapper
componentVueComponentThe component instance