https://cypress.io logo
Join DiscordCommunities
Powered by
# general-chat
  • f

    fresh-doctor-14925

    12/20/2022, 6:51 PM
    Have you updated the image used in your dockerfile? https://github.com/cypress-io/cypress-docker-images
  • b

    bumpy-monitor-32508

    12/20/2022, 7:00 PM
    yeah i have the latest image
  • b

    bumpy-monitor-32508

    12/20/2022, 7:05 PM
    i'm trying with cypress/included:12.1.0
  • l

    late-dinner-1440

    12/20/2022, 11:34 PM
    Published V2 😉 https://www.npmjs.com/package/cypress-ncatestify-plugin
  • e

    elegant-dog-90839

    12/21/2022, 12:08 PM
    I imagine it would be something like
  • b

    bumpy-monitor-32508

    12/21/2022, 5:38 PM
    Hi all, my new question is if everybody get this error and can run his tests without browser error?
  • p

    polite-potato-14743

    12/21/2022, 8:14 PM
    hi all. Are you guys writing real end to end tests, or are you stubbing some of the backend?
  • p

    polite-potato-14743

    12/21/2022, 8:14 PM
    in general
  • i

    incalculable-telephone-16405

    12/22/2022, 4:48 AM
    how to handle Recaptcha & image validation with cypress?
  • a

    astonishing-electrician-44897

    12/22/2022, 10:01 AM
    Question. I am looking for a way to block all request function detectAndBlockNonStubbedNetworkCalls() { cy.intercept( { headers: { accept: 'application/json, text/plain, */*', }, }, { statusCode: 404, }, ); } But I have API's that have headers like
    'application/json, text/plain, */*'
    but also headers like
    '*/*'
    as far as I can see the "accept" does not work with regex. So is there a way to block if on of the 2 are matched.
  • t

    thankful-wire-37848

    12/22/2022, 10:20 AM
    You can create a second
    cy.intercept()
    for the other accept-header. Or if you just want to block all API requests, you can omit the header entirely and the RouteMatcher will match any accept header.
  • c

    creamy-winter-26368

    12/22/2022, 10:32 AM
    The done() callback was never invoked!
  • c

    creamy-winter-26368

    12/22/2022, 10:33 AM
    my script is failing by throwing this error
  • c

    creamy-winter-26368

    12/22/2022, 10:34 AM
    how to handle this error?
  • w

    wide-portugal-19744

    12/22/2022, 2:08 PM
    how to avoid this
  • i

    incalculable-honey-17833

    12/22/2022, 6:26 PM
    Little up on this one ;) Should I ask this in a more support channel?
  • b

    best-flower-17510

    12/22/2022, 6:56 PM
    Great suggestion. Will work on that today 😀
  • b

    best-flower-17510

    12/22/2022, 7:32 PM
    ✅ Done
  • i

    incalculable-honey-17833

    12/22/2022, 7:44 PM
    Thanks !
  • w

    wide-portugal-19744

    12/23/2022, 9:45 AM
    i can't work with this cypress, gonna remove it
  • g

    green-book-63455

    12/23/2022, 2:04 PM
    Hello, I noticed on the Directus discord site that they have help that is more like stackoverflow, in that a new post is created and the replies are added to the post. Cypress just has a continual list of comments, which may be related to previous comments. Is it possible to switch to the directus approach.
  • b

    best-flower-17510

    12/23/2022, 2:52 PM
    Dm me a link, happy to check out there server. Thanks for the feedback 😀
  • f

    faint-park-24651

    12/23/2022, 7:58 PM
    @gray-kilobyte-89541 or any who could help: I am using cypress-cucumber (cypress v12, and @badeball/cypress-cucumber-preprocessor) I have my cypress.config.js configured and all seems working fine. But, in case of a failure error, while running from cypress open (UI), I used to see in the left hand side, after the reported error, the path link to the step_definition file where cypress would point me to where the error occurs. Somehow, Cypress is not displaying that link anymore ! Could it be a configuration setting that I am missing? Please help! (see attached)
  • t

    thousands-house-85089

    12/24/2022, 11:14 AM
    That would be their channel is a "forum" channel rather than a "chat" channel. Something relatively new with Discord.
  • g

    gray-kilobyte-89541

    12/24/2022, 3:46 PM
    I am sorry, I don't use cucumber, so cannot help
  • a

    astonishing-lizard-51217

    12/24/2022, 4:14 PM
    This is my configuration in cypress.config.js, maybe this can help you
  • f

    faint-park-24651

    12/24/2022, 4:22 PM
    I have exactly the same configuration, but still no luck.. Thanks Pedro tho for your help!
  • b

    billowy-hairdresser-82846

    12/26/2022, 7:29 AM
    Once I ran multiple test using cypress 12.2.0 I am getting default blank screen. Can you please provide me a suggestion
  • k

    kind-angle-5131

    12/26/2022, 8:20 AM
    Hi @billowy-hairdresser-82846 I got the same problem, but I manage to add in my test case after hook with clearAllSavedSessions just like: after(() => { Cypress.session.clearAllSavedSessions() })
  • b

    billowy-hairdresser-82846

    12/26/2022, 8:22 AM
    @kind-angle-5131 actually the problem is its clearing the session by default thats why it can not run the next test. So I want to keep all the session
1...103104105...127Latest