creamy-toddler-52067
10/13/2022, 4:11 AMlimited-ice-79548
10/13/2022, 11:29 AMpreprocessor
and when the file is change no events are sent, opposed to PO or any other file.
Does one one have an idea where to start debugging? My idea was to see the dependency graph or see what Webpack is doing in the background.bright-twilight-10346
10/13/2022, 1:30 PMfresh-doctor-14925
10/13/2022, 1:58 PMshy-tiger-47604
10/13/2022, 3:28 PMmagnificent-finland-58048
10/13/2022, 4:25 PMmagnificent-finland-58048
10/13/2022, 4:29 PMmagnificent-finland-58048
10/13/2022, 4:33 PMjs
describe('hello', () => {
it('should', () => {
cy.log('yo')
})
})
describe('hello', () => {
Cypress._.times(5, () =>
it('should', () => {
cy.log('yo')
}),
)
})
thousands-gpu-36872
10/13/2022, 6:22 PMthousands-gpu-36872
10/13/2022, 6:40 PMgray-kilobyte-89541
10/13/2022, 6:57 PMbig-monitor-24414
10/14/2022, 7:08 AMRun cypress-io/github-action@v4
/home/runner/setup-pnpm/node_modules/.bin/pnpm install --frozen-lockfile
Lockfile is up to date, resolution step is skipped
Already up to date
Done in 1.6s
/opt/hostedtoolcache/node/16.17.1/x64/bin/npx cypress cache list
No cached binary versions were found.
/opt/hostedtoolcache/node/16.17.1/x64/bin/npx cypress verify
The cypress npm package is installed, but the Cypress binary is missing.
We expected the binary to be installed here: /home/runner/.cache/Cypress/10.9.0/Cypress/Cypress
adorable-stone-42197
10/14/2022, 7:20 AMadorable-stone-42197
10/14/2022, 7:20 AMadorable-stone-42197
10/14/2022, 7:21 AMbig-monitor-24414
10/14/2022, 7:40 AMbig-monitor-24414
10/14/2022, 8:45 AMvictorious-father-41976
10/14/2022, 9:04 AMvictorious-father-41976
10/14/2022, 9:12 AMmysterious-belgium-25713
10/14/2022, 9:23 AMbig-monitor-24414
10/14/2022, 10:29 AMvictorious-father-41976
10/14/2022, 10:46 AMkind-artist-92362
10/14/2022, 10:57 AMmysterious-belgium-25713
10/14/2022, 10:57 AMimportant-lawyer-45208
10/14/2022, 11:13 AMCypress detected a cross origin error happened on page load:
I have chromeWebSecurity: false,
in config and also added the --disable-web-security
param but it seems that this is not enough are there any workarounds for this ?stale-optician-85950
10/14/2022, 11:30 AMcypress.json
is. But you shouldn’t have cypress.json
in V10.xx
Installing default Cypress places these files in their correct locations. Or if you are migrating, the migration script should have done it for you.fierce-beach-68131
10/14/2022, 12:12 PMkind-artist-92362
10/14/2022, 12:16 PMancient-park-71356
10/14/2022, 1:47 PMbetter-ocean-83368
10/14/2022, 1:50 PM