rhythmic-agency-74865
07/20/2022, 1:22 AMfamous-restaurant-30435
07/20/2022, 1:24 AMadventurous-afternoon-66082
07/20/2022, 7:26 AMadventurous-afternoon-66082
07/20/2022, 7:26 AMgifted-zebra-3749
07/20/2022, 9:13 AMadventurous-afternoon-66082
07/20/2022, 10:12 AMadventurous-afternoon-66082
07/20/2022, 10:12 AMadventurous-afternoon-66082
07/20/2022, 10:12 AMlively-twilight-96693
07/20/2022, 2:14 PMhandsome-lion-1748
07/20/2022, 2:26 PMhandsome-lion-1748
07/20/2022, 2:29 PMmelodic-egg-83620
07/20/2022, 2:51 PMimport.meta.env
because import
should be used at the top-level and for having comments as the first line in some Vue files. I've been told Cypress doesn't compile your actual application, it just hits it at localhost based on it being running locally; but these errors don't make much sense to me since my local dev server is running my application without error.
I know it's a mix of a Cypress and Vite question, but I'd really appreciate anyone who has Vite and Cypress running for e2e tests in their application.wooden-truck-45245
07/20/2022, 3:07 PMaverage-van-92212
07/20/2022, 4:14 PMcurved-father-48262
07/20/2022, 4:40 PMwonderful-salesclerk-27570
07/20/2022, 5:00 PMwonderful-salesclerk-27570
07/20/2022, 5:02 PMgentle-thailand-10072
07/20/2022, 10:34 PMmysterious-motherboard-13344
07/21/2022, 7:47 AMfreezing-piano-2792
07/21/2022, 9:34 AMmost-motorcycle-66425
07/21/2022, 9:37 AMearly-computer-34425
07/21/2022, 9:40 AMmysterious-motherboard-13344
07/21/2022, 9:44 AMhelpful-judge-81755
07/21/2022, 3:24 PMadorable-smartphone-87280
07/21/2022, 4:12 PMintegration
folder has now been replaced by two folders, e2e
and component
. You should probably do some reading on the changes in Cypress 10 to get caught up.faint-table-6487
07/21/2022, 9:37 PMcy.window()
.its('store')
.invoke('getState')
.then(state => {
console.log(state, 'state');
const georefMarkers = state.location.surveyPoints;
const selectedMarker = georefMarkers[1];
//the next two commands are skipped...
cy.get('.autoCompleteMenu')
.contains(selectedMarker.name)
.click();
cy.get('[data-cy=right-side-btn]').click();
expect(state.windowsArr[0].position.surveyMarkerA)
.to.be.a('object').........
});
square-pager-46841
07/21/2022, 11:26 PMplump-controller-8764
07/22/2022, 9:10 AMYour project does not contain a default supportFile. We expect a file matching cypress/support/e2e.{js,jsx,ts,tsx} to exist.
If a support file is not necessary for your project, set supportFile to false.
https://on.cypress.io/support-file-missing-or-invalid
Other infos:
Windows 10
npm 8.5.5
node 16.13.0magnificent-finland-58048
07/22/2022, 1:47 PM