https://cypress.io logo
Join Discord
Powered by
# help
  • a

    adorable-smartphone-87280

    11/09/2022, 4:03 PM
    https://discord.com/channels/755913899261296641/763105090679865354/1039880575567282277
  • a

    adorable-smartphone-87280

    11/09/2022, 4:03 PM
    Could it be this?
  • w

    wooden-monitor-57304

    11/09/2022, 4:09 PM
    Mine is about mocha package is something different
  • w

    wooden-monitor-57304

    11/09/2022, 4:18 PM
    @adorable-smartphone-87280 is this one https://github.com/cypress-io/cypress/issues/24607
  • f

    flaky-tailor-940

    11/09/2022, 4:22 PM
    Hi! I have an application that when executed in the browser receives a request, automatically, and displays a snackbar. When I run it in Cypress, the same functionality doesn't work, the order never appears unless I perform some action on the screen. And yet that snackbar never shows up. It seems to me that I need to listen for an event to give this reload. Has anyone ever experienced this?
  • c

    cuddly-kitchen-97815

    11/09/2022, 5:47 PM
    Hopefully a quick question: Can
    cypress/code-coverage
    be used for component testing as well? I don't see any mention of it in the documentation or the code-coverage repo so I just want to be sure. I'm betting yes but I just want to see if anyone's tried it 😅
  • a

    acceptable-hamburger-48790

    11/09/2022, 5:50 PM
    @magnificent-finland-58048 Has done good work on explaining this https://muratkerem.gitbook.io/cctdd/ch30-appendix/combined-code-coverage
  • c

    cuddly-kitchen-97815

    11/09/2022, 5:51 PM
    Perfect, thank you!
  • f

    few-ambulance-39297

    11/09/2022, 6:28 PM
    Hi everyone, just updated to 11.0.0 getting Webpack Compilation Error, nothing mentioned about webpack in migration docs, am I missing something? (same setup was working fine prior upgrading)
  • a

    adorable-smartphone-87280

    11/09/2022, 6:30 PM
    https://discord.com/channels/755913899261296641/763105090679865354/1039880575567282277
  • a

    adorable-smartphone-87280

    11/09/2022, 6:30 PM
    Maybe this?
  • a

    adorable-smartphone-87280

    11/09/2022, 6:31 PM
    Are you using
    experimentalSessionAndOrigin
    @few-ambulance-39297 ?
  • f

    few-ambulance-39297

    11/09/2022, 6:32 PM
    yeap looks like that's what it is
  • c

    colossal-car-14055

    11/09/2022, 6:49 PM
    Hey All! I am trying to improve my login handling with cy.session and cy.origin using this example. https://www.cypress.io/blog/2022/04/25/cypress-9-6-0-easily-test-multi-domain-workflows-with-cy-origin/ After making these changes my initial visit appears successful my logs show an event for page load, but the visit command hangs and eventually times out.
  • q

    quick-hydrogen-30269

    11/09/2022, 9:27 PM
    Hi Team, I was using Cypress-mochawesome-reporter for generating cypress report but as latest 11.0.0 version launch I am getting error there. I used older version for it working fine. Can I have solution for latest version?
  • q

    quick-hydrogen-30269

    11/09/2022, 9:27 PM
    Error pic
  • c

    cuddly-kitchen-97815

    11/09/2022, 9:57 PM
    https://discord.com/channels/755913899261296641/961325024114008064/1039980618617978992 I'm getting this error when I run
    yarn cypress run --component
    in Github Actions. Has anyone come across this before?
  • n

    numerous-potato-27729

    11/10/2022, 12:02 AM
    Does anyone know if Cypress supports back/forward cache (bfcache)? I can't seem to find any info on it.
  • p

    proud-salesclerk-36355

    11/10/2022, 7:22 AM
    Hi everyone. Is there any way to call clear App Data? I know, I can do it like this: https://docs.cypress.io/guides/references/troubleshooting#To-clear-App-Data But I need it in CI build machine automatically (by code)
  • e

    enough-fireman-4779

    11/10/2022, 8:23 AM
    hello team! last few days i'm facing one issue. After launching a website which needs log in, i'm receiving blank page! I'm using cypress 1 year for the same project and suddenly shows a blank page... i don't receive any issue or something. I search for it but didn't find solution yet for me to work.. any ideas regarding this?
  • s

    stale-optician-85950

    11/10/2022, 8:44 AM
    @adorable-smartphone-87280 @enough-fireman-4779 @wooden-monitor-57304 @few-ambulance-39297 there's a hot fix release already for those v11 issues https://docs.cypress.io/guides/references/changelog#11-0-1
  • d

    dry-ice-92667

    11/10/2022, 10:03 AM
    Can anyone please help me- with the configurations , on how to go about converting excel to Json in cypress V10 and use it for Data driven testing
  • a

    adventurous-yak-25971

    11/10/2022, 10:21 AM
    Can anyone help me with this issue? I can't seem to configure cypress-grep v3.0.1 with Cypress v11.0.1 (Typescript Project). https://github.com/cypress-io/cypress/discussions/24639
  • a

    adamant-toddler-18579

    11/10/2022, 10:35 AM
    Hello. I was wondering if there is a possibility to save DOM snapshots (like when opening cypress with npx run cypress) to dashboard alongside console output and recorded video?
  • f

    fresh-doctor-14925

    11/10/2022, 10:45 AM
    There isn't, but it's been discussed for years. Your best option is to raise a feature request on the issues part of the cypress repo I wasn't able to find an existing one: https://github.com/cypress-io/cypress/issues?q=is%3Aissue+label%3A%22type%3A+feature%22+is%3Aopen+ Let me know when you've raised it. I'll give it an upvote 🙂
  • m

    many-laptop-72928

    11/10/2022, 11:23 AM
    Can someone help me out?
  • p

    powerful-agency-55160

    11/10/2022, 11:46 AM
    hi, i need intercept API when upload file finish, but when i'm using cy.wait, always return undefined like this picture. What must i do, so i can intercept this api.
  • p

    powerful-agency-55160

    11/10/2022, 11:47 AM
    when i check log in console,
    RouteHandle: undefined
    , its mean i can't intercept this api?
  • f

    fresh-doctor-14925

    11/10/2022, 11:56 AM
    Try console.log for `interception`; I suspect
    response
    needs to be lowercase
  • p

    powerful-agency-55160

    11/10/2022, 12:01 PM
    same, nothing change.
1...200201202...252Latest