Files
cypress/system-tests/test/component_testing_index_html_spec.ts

14 lines
354 B
TypeScript

import systemTests from '../lib/system-tests'
describe('component testing projects', function () {
systemTests.setup()
systemTests.it('vue3-vite-ts-custom-index-html', {
project: 'vue3-vite-ts-custom-index-html',
testingType: 'component',
spec: 'src/components/HelloWorld.cy.ts',
browser: 'chrome',
expectedExitCode: 0,
})
})