cypress-io / cypress

Fast, easy and reliable testing for anything that runs in a browser.
https://cypress.io
MIT License
46.8k stars 3.17k forks source link

Error test with i use Cypress XHR toggle plugin #29361

Closed WarnnerSinotti closed 1 month ago

WarnnerSinotti commented 5 months ago

Current behavior

When i use Cypress XHR toggle plugin with cypress cloud/configuration idproject, the cypress broken.

Im using cypress with typescript.

import { defineConfig } from 'cypress'

export default defineConfig({ projectId: '', })

Desired behavior

No response

Test code to reproduce

Im using cypress with typescript.

import { defineConfig } from 'cypress'

export default defineConfig({ projectId: '', })

Cypress Version

V13.7.3

Node version

V20.9.0

Operating System

Ubuntu 22.04.4 LTS

Debug Logs

No response

Other

No response

jennifer-shehane commented 5 months ago

@WarnnerSinotti What is the error you’re seeing exactly? Can you print the output when you run Cypress?