import { describe, it, cy } from 'local-cypress' describe('Application', function () { it('opens correctly', function () { cy.visit('/') }) })