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

    flaky-tailor-940

    11/19/2022, 9:03 PM
    Hello!! Has anyone used Cypress with a firebase worker? The worker appears in the Cypress browser developer tools, but is stopped. And even if I give a manual start, the notifications that should appear (in this case they are "new orders that arrived") never happen.
  • b

    bitter-judge-96754

    11/19/2022, 10:48 PM
    The left pic what cypress brings when I run it and right pic is what it's actually website. What could be the reason?
  • a

    abundant-tailor-73198

    11/20/2022, 12:33 AM
    Hi, all! Please, any advice, hint, idea, etc ... In how May I handle to select a date that is three days ahead or more in a calendar? Always will be three days ahead or more from the current date.
  • b

    best-architect-95549

    11/20/2022, 2:40 AM
    Hi, am brand new to Cypress & would appreciate it if someone would please confirm a couple of things: 1) if a QA resource uses Cypress, then leaves the organisation with no handover around their code - or if a Developer uses Cypress & leaves with no handover - will the remaining colleagues easily be able to read the code & understand what it’s doing & why? Or would it be challenging, depending on how the code was written / quality of code? 2) Does Cypress force users to code in specific ways to ensure clear & concise code that anyone can pick up & understand easily? Thanks in advance for your time!
  • s

    square-honey-48197

    11/20/2022, 5:28 AM
    You could extract the date within, and depending on the month, know to look for the new date number. But I could see that breaking for February, leap years, or if you did it for the 29th day +3 = 1 or 2 (and both of those days already exist higher in the calendar )
  • m

    mysterious-belgium-25713

    11/20/2022, 8:28 AM
    !duplicate
  • n

    nutritious-analyst-96582

    11/20/2022, 8:28 AM
    Uh oh, It looks like you have posted the same question in multiple channels. Help us prevent spam by removing any duplicates of your questions, Thanks! 😀
  • a

    astonishing-queen-78841

    11/20/2022, 10:04 AM
    I am new to cypress and wanted to set up Cypress on window10. When executing npx cypress open, I am getting below error.... Can anyone help plz [19960:1119/214816.316:ERROR:network_service_instance_impl.cc(978)] Network service crashed, restarting service. [10716:1119/214928.357:ERROR:gpu_init.cc(446)] Passthrough is not supported, GL is disabled, ANGLE is Image
  • a

    abundant-tailor-73198

    11/20/2022, 10:14 AM
    Thanks, Spencer! And thanks for the alert about the month February!
  • a

    adventurous-intern-4901

    11/20/2022, 6:08 PM
    i am unable to start realWorldApp can anybody help me in this
  • g

    gray-kilobyte-89541

    11/20/2022, 8:38 PM
    Please read / watch introduction to Cypress videos and guides at docs.cypress.io and see if you can decide. I say yes on both, but that is just me
  • k

    kind-van-46599

    11/21/2022, 8:32 AM
    Hi Everyone, I've followed the instructions mentioned here https://docs.cypress.io/guides/end-to-end-testing/google-authentication#Custom-Command-for-Google-Authentication and when I try to launch my app through Cypress, I'm still presented with Google Login screen. Can someone share steps to debug it further? For now I can confirm this block of code contains the right information when I log it to console, const userItem = { token: id_token, user: { googleId: body.sub, email: body.email, givenName: body.given_name, familyName: body.family_name, imageUrl: body.picture, }
  • k

    kind-van-46599

    11/21/2022, 10:53 AM
    Attaching the snapshot where the local storage is set correct
  • k

    kind-van-46599

    11/21/2022, 12:29 PM
    I did an extensive research over the internet to find out a solution or at least a procedure to debug and resolve this issue but couldn’t find any! Can someone help me with this?
  • m

    mysterious-motherboard-13344

    11/21/2022, 1:17 PM
    I am getting below error with Cypress 10.9.0 version and webpack-preprocessor 5.15.0 version. ` ReferenceError: __webpack_require__ is not defined Variables must either be defined within the
    cy.origin()
    command or passed in using the args option.`
    • 1
    • 3
  • e

    enough-horse-54643

    11/21/2022, 2:17 PM
    Hello everyone! Since a few days the cypress tests video is not working anymore. It just show an empty video 😦 Please help
  • f

    fresh-doctor-14925

    11/21/2022, 2:24 PM
    Are you talking about when running locally with
    cypress run
    or on the Cypress Dashboard?
  • f

    fresh-doctor-14925

    11/21/2022, 2:37 PM
    What is that? Doesn't look like Cypress output to me
  • q

    quick-ocean-41839

    11/21/2022, 2:39 PM
    This is what i get in cypress
  • f

    fresh-doctor-14925

    11/21/2022, 2:40 PM
    The output from the lefthand bar would likely be more helpful
  • f

    fresh-doctor-14925

    11/21/2022, 2:43 PM
    So there's the information as to why your test failed. You will also see the failure reason in the output from your terminal
  • e

    enough-horse-54643

    11/21/2022, 3:57 PM
    on the cypress dashboard. I see a video with "Your tests are loading" but no content". And it last for around the same length as the test
  • e

    enough-horse-54643

    11/21/2022, 3:58 PM
    I can even paste the video here
  • e

    enough-horse-54643

    11/21/2022, 3:58 PM
    and I know the test went fine (it resulted in an wrong assertion) because the screenshot is correct
  • h

    happy-lamp-48613

    11/21/2022, 4:01 PM
    Hello, is there a way to configure cypress.config.js to get a screenshot after a test runs? I'm aware of screenshotOnRunFailure but there's no screenshotOnRunSuccess.
  • m

    mysterious-belgium-25713

    11/21/2022, 4:32 PM
    Create an after each with and use cy.screenshot
  • r

    rhythmic-fireman-77381

    11/21/2022, 5:54 PM
    Has anyone ever tested a Disable adblock prompt? I'm trying to trigger an Admiral prompt when visiting a page by intercepting and destroying the same requests that an adblocker does. I successfully destroy all the requests, however I haven't been able to get the prompt to pop up. Any ideas?
  • b

    best-flower-17510

    11/21/2022, 8:18 PM
    Hey @enough-horse-54643 can direct this question to the #982015401074511912 channel if you haven't already. Thanks!
  • k

    kind-van-46599

    11/22/2022, 5:42 AM
    Hi Everyone, what's the significance of this line of code "window.localStorage.setItem('googleCypress', JSON.stringify(userItem))" mentioned in this doc - https://docs.cypress.io/guides/end-to-end-testing/google-authentication#Custom-Command-for-Google-Authentication Well I'm able to authenticate and login to my app even if this is commented
  • f

    fresh-doctor-14925

    11/22/2022, 9:00 AM
    Are you on version 10.8.0 or above? There is a known issue when running Cypress on Github Actions. If so, try downgrading to 10.7.0 and see if that makes a difference to your recordings If you find it's better after downgrading, please add to this issue: https://github.com/cypress-io/cypress/issues/23830
1...209210211...252Latest