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

    lemon-piano-67942

    02/23/2023, 9:26 AM
    Hi, Can someone send me a link or list about functions I can use inside a get? (eg. cy.get('row__:contains(something)__') I can't find anywhere
    a
    g
    • 3
    • 2
  • f

    freezing-scientist-25758

    02/23/2023, 4:14 PM
    I have a description field and it has a CSS class
    .unsaved-changes
    that simply gives it that background color when the field changes. For some reason cypress is not able to see this change. It changed from a sentence to just the percent signs. It is saying that it just received
    ’’
    so idk how verify that the percent signs were entered before submitting the entire form.
    w
    • 2
    • 2
  • s

    sticky-energy-17458

    02/23/2023, 5:02 PM
    Anyone knows how to join the event?
  • n

    nice-cartoon-4523

    02/23/2023, 5:09 PM
    ^ same question
  • s

    sticky-energy-17458

    02/23/2023, 5:19 PM
    There is no way to join the link
  • s

    sticky-energy-17458

    02/23/2023, 5:22 PM
    It seems like they were selling event and now it stopped so it was limited
  • d

    dazzling-thailand-9844

    02/23/2023, 5:23 PM
    Hi, the event is open to connect, make sure you rsvp on the event link: https://bit.ly/APItestingwithcypress
  • s

    sticky-energy-17458

    02/23/2023, 5:24 PM
    It says the even is full
  • s

    sticky-energy-17458

    02/23/2023, 5:24 PM
    Lol
  • n

    nice-cartoon-4523

    02/23/2023, 5:24 PM
    The event is full so hopefully it is recorded
  • s

    sticky-energy-17458

    02/23/2023, 5:25 PM
    Whats the point of hosting this way and publicising it if it was supposed to be limited
  • m

    melodic-needle-18622

    02/23/2023, 6:07 PM
    @nutritious-restaurant-91514 i'm using your api-plugin a lot lately, it's awesome! Can you tell me how to check the json response? we have very complex responses which we don't want to assert element by element. We are using npmjs.com/package/json-assert now, it kinda works, but is not really user friendly. Any suggestion ?
  • d

    dazzling-thailand-9844

    02/23/2023, 6:13 PM
    Just going to express my gratitude to @nutritious-restaurant-91514, @rapid-yak-87393 and all those who organized today's event. No doubt it was very useful πŸ”₯
  • s

    salmon-appointment-11335

    02/23/2023, 6:49 PM
    @dazzling-thailand-9844 can we expect the recording of this event? Unfortunately I was unable to join
  • d

    dazzling-thailand-9844

    02/23/2023, 6:58 PM
    I think the organizers will answer more precisely
  • b

    best-flower-17510

    02/23/2023, 6:58 PM
    The recording will be uploaded within 48 hours of the event πŸ˜€ if you are subscribed to our Youtube you will receive a notification: https://www.youtube.com/channel/UC-EOsTo2l2x39e4JmSaWNRQ
  • s

    salmon-appointment-11335

    02/23/2023, 7:01 PM
    Just subscribed. Thanks a lot @best-flower-17510 and @dazzling-thailand-9844
  • f

    freezing-scientist-25758

    02/23/2023, 9:24 PM
    Anyone?
  • s

    some-boots-12634

    02/23/2023, 10:27 PM
    Where are people placing code that should be run only once at the beginning of the all the tests? I tried some tricks with before() in e2e.js but that seems to run before every file. Unfortunately, I can't seem to get a global variable to work in there (run the code when typeof var === "undefined" then let var = true so it won't run again) I'm currently exploring on('before:run'), but then I don't get access to cy. Is there another way or is this the best method?
    d
    • 2
    • 3
  • m

    magnificent-lamp-44201

    02/24/2023, 3:18 AM
    I saw this on LinkedIn, and I'm curious about your opinions about it. Do you think that Cypress is loosing the battle? https://www.linkedin.com/feed/update/urn:li:activity:7034508176834097153/
  • w

    wooden-helicopter-64866

    02/24/2023, 5:52 AM
    Hi Community i practicing cucumber with Cypress but i am getting errors like no test found and given is not define i am missing some dependencies , Can any one share related vlogs regards cucumber with Cypress Thanks in advance
  • l

    lively-library-21721

    02/24/2023, 8:49 AM
    Hi today i experienced slowness using cypress, after rerunning several times, cypress load the test runner very slow and causing my test failed. Never got this kind of issue before. I checked in my pc ram, cypress used about 3gb of my ram. To solve this now i need to close cypress window first then reopen again. Already restarting my pc but still this problem persist. Not sure this is only my issue or u guys also had it. Is there any issue in cypres server? Or maybe something else?
  • l

    lively-library-21721

    02/24/2023, 10:09 AM
    Hi Please advice, today cypress performance is really unreliable. Never had this issue before. Really long to wait until my cases are loaded. I got this after rerun my test several times. The solution for me now only by closing cypress windows then reopening it. After that it will run normally. But again after some reruns, this issue happening again. I still need to close and reopen
  • e

    echoing-painting-40909

    02/24/2023, 10:51 AM
    Is there a GitHub stars battle already? I would not measure a tool's popularity/usage based on GitHub stars imo.
  • g

    green-controller-97889

    02/24/2023, 11:34 AM
    How should I intercept multiple GET requests from different enpoints on the same page url and add fixture to them ? Is the following correct:
    Copy code
    js
        cy.intercept("GET", "/api/q1", {
          fixture: "fixture1.json",
        }).as("getData1");
    
        cy.intercept("GET", "/api/q2", {
          fixture: "fixture2.json",
        }).as("getData2");
    
        cy.wait(["@getData1", "@getData2"]);
    
        cy.visit(pageURL);
  • g

    gray-kilobyte-89541

    02/24/2023, 1:40 PM
    yes. Read https://on.cypress.io/intercept and optionally take my (paid) course https://cypress.tips/courses/network-testing
  • m

    magnificent-lamp-44201

    02/25/2023, 3:21 AM
    I have found that there are many testers saying that's a good tool compared with Cypress
  • e

    echoing-painting-40909

    02/25/2023, 9:28 AM
    I hear just about the same about Cypress. There are both great tools. Just be careful about marketing promotion (not specific to PlayWright here). For popularity, I'd rather compare usage than likeness, and downloads on npm are a better source of info.
  • c

    cold-cat-63632

    02/27/2023, 6:51 PM
    hi everyone. I am getting text of an element in one file and saving it with alias .. is there a way that i can grab text from that alias in another file?
  • c

    cold-cat-63632

    02/27/2023, 6:52 PM
    this is the code getMsgSubject() { cy.get(elements.MSGS.MSGS_TABLE_CELL) .first() .as('custToEmpMessageSubject') }
1...113114115...127Latest