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

    mysterious-belgium-25713

    12/16/2022, 7:59 AM
    Can you check that in your device settings you also have external editor selected
  • t

    thousands-house-85089

    12/16/2022, 10:07 AM
    Seems ok for me on 12.1.0, so I don't think it's a cypress upgrade issue.
  • g

    gray-kilobyte-89541

    12/16/2022, 11:29 AM
    like a Flintstone
  • r

    refined-waiter-60009

    12/16/2022, 3:22 PM
    There is a way to run cypress cloud locally? I don't have a network and I want to view the tests dashboard
  • f

    fresh-doctor-14925

    12/16/2022, 9:42 PM
    !duplicate
  • n

    nutritious-analyst-96582

    12/16/2022, 9:42 PM
    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! πŸ˜€
  • s

    silly-hairdresser-33662

    12/19/2022, 6:29 PM
    heya folks, I have some automation I am building out that goes through the authentication flow of sandbox.paypal in order to approve a payment. As far as I know, there is no way to get around using the UI for this (if someone knows otherwise please let me know). However, my automation when navigating to the paypal link just explodes and cypress crashes with an error
    (Uncaught exception) AbortError: signal is aborted without reason
    . I am wondering what kind of debugging techniques I have available to me to get to try and figure out whats happening?
  • a

    abundant-tailor-4878

    12/19/2022, 6:50 PM
    can you direct me where should I check this setting
  • a

    abundant-tailor-4878

    12/19/2022, 6:53 PM
    **cypress-real-events **is not supported in Cypress 12, what are the alternatives you guys are using for available real event commands: cy.realClick cy.realHover cy.realPress cy.realTouch cy.realType cy.realSwipe cy.realMouseDown cy.realMouseUp
  • f

    fresh-doctor-14925

    12/19/2022, 7:03 PM
    Any reason you couldn't use Cypress 11 for the time being?
  • b

    bitter-fountain-36713

    12/19/2022, 7:12 PM
    Have you tried to use adding
    cy.on('uncaught:exception')
    to your test to see if it will continue further?
  • s

    silly-hairdresser-33662

    12/19/2022, 7:20 PM
    yeah that was my first attempt haha didnt work
  • s

    silly-hairdresser-33662

    12/19/2022, 7:21 PM
    its something with cypress, as im able to navigate through the ui manually
  • b

    bitter-fountain-36713

    12/19/2022, 7:29 PM
    When you said crash, do you mean the test runner closes or the test fails?
  • a

    abundant-tailor-4878

    12/19/2022, 7:40 PM
    I am using for ex click({ force: true }); which is not a good approach so trying to find a better solution here
  • a

    abundant-tailor-4878

    12/19/2022, 7:41 PM
    I kind of wanted to be up to date I think
  • s

    silly-hairdresser-33662

    12/19/2022, 7:41 PM
    I don't get any results back, it brings me to the default Cypress 'Whoops, there is no test to run' screen.
  • s

    silly-hairdresser-33662

    12/19/2022, 7:42 PM
    and the test browser crashes too, so I lose any potential console logs
  • s

    silly-hairdresser-33662

    12/19/2022, 7:48 PM
    if there was a way to approve paypal payments using an api call this would be so much easier 😦
  • a

    abundant-match-26884

    12/19/2022, 8:54 PM
    can i do alias on elements that will be
  • a

    astonishing-lunch-98474

    12/20/2022, 9:50 AM
    Hi guys! Just upgraded to Cypress 12.1, but the "Your tests are loading..." step takes forever. I have a test that runs for 3 seconds, but this step takes 25 seconds. Is there any way to reduce this? Why does the loading take so long?
  • h

    handsome-ram-81495

    12/20/2022, 9:57 AM
    Hi everyone, I need to build a automation framework using cypress to test my web app. Could someone help directing me to some YT or Guides to build a framework or to an existing automation framework?
  • f

    fresh-doctor-14925

    12/20/2022, 9:58 AM
    I suggest raising an issue on their Github rather than posting this question again (it's still spammy, even if you delete the previous post first)
  • f

    fresh-doctor-14925

    12/20/2022, 9:59 AM
    There are some useful tutorials here https://cypress.tips/courses
  • h

    handsome-ram-81495

    12/20/2022, 10:05 AM
    Thanks but I don’t see any courses on that site about building a cypress automation framework
  • f

    fresh-doctor-14925

    12/20/2022, 10:21 AM
    What exactly do you mean by 'building a cypress automation framework'?
  • h

    handsome-ram-81495

    12/20/2022, 10:30 AM
    Like adding a BDD tool like cucumber, Mocha Asserts, Reports for E2E, Smoke tests.
  • f

    fresh-doctor-14925

    12/20/2022, 10:34 AM
    In that case Cypress is the automation framework. It already has mocha built in, and provides reporting in the stdout or via the Cypress Cloud/Dashboard. My suggestion would be to do some basic courses to get a feel for Cypress and what it can already do. You shouldn't need to add anything else. IMO cucumber adds complexity and makes the whole thing more difficult to maintain, but if you really want to you could take a look at https://github.com/badeball/cypress-cucumber-preprocessor
  • h

    handsome-ram-81495

    12/20/2022, 10:37 AM
    I understand, thanks mate. I like to use cucumber as could write my UAT in a business friendly manner for the team members to understand and the side benefit of coding the tests later based on the written BDD script
  • b

    bumpy-monitor-32508

    12/20/2022, 6:21 PM
    Hi all idk if this is the place to ask sorry πŸ˜” but i've try to update from cypress 9.5.4 to the last version but when i try to run in docker i've got this error **libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null) [934181:1129/083805.379269:ERROR:gpu_memory_buffer_support_x11.cc(44)] dri3 extension not supported.** Do you know which drivers or configs need? sorry for the spam
1...102103104...127Latest