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

    mysterious-belgium-25713

    10/24/2022, 6:10 PM
    You can only write cypress test in JavaScript or typescript. But if the webapp is written/hosted in ruby/java/dotnet/python that does not matter since it's just a webapplicatie that you visit like a normal human being. But it's not that you can write cypress test in those programming languages
  • a

    adorable-insurance-32249

    10/24/2022, 6:33 PM
    Hey peeps. Just curious, why the name "Cypress"?
  • s

    straight-nail-40770

    10/24/2022, 7:17 PM
    hey team How I can add the scaffold examples that cypress gives you when you set up e2e configuration I choose create a empty spec
  • g

    gray-kilobyte-89541

    10/24/2022, 7:27 PM
    https://docs.cypress.io/faq/questions/company-faq
  • a

    adorable-insurance-32249

    10/24/2022, 7:29 PM
    Interesting. Wasn’t expecting that but thanks!
  • b

    brave-river-4142

    10/25/2022, 12:17 PM
    Has anyone managed to use cypress in an application that has integration with SAP GUI system?
  • s

    straight-nail-40770

    10/25/2022, 9:34 PM
    i have an old cypress project when I unzip it and run npm install to install dependencies I got errors what is the solution for this
  • r

    rich-eye-60315

    10/26/2022, 2:32 AM
    Can we run cypress in node js ( 6.0.17) version ? the reason is the application I am running is only compatible for that older version ?Any solution guys ?thank you
  • r

    rich-eye-60315

    10/26/2022, 2:33 AM
    @here
  • m

    mysterious-belgium-25713

    10/26/2022, 6:55 AM
    Maybe it will work but the Cypress team will not support issues that happen in the lower version of node. You could try and add it to the project and if that would not work i would just create a seperate folder for your cypress tests. Maybe use something like NVM to manage different node versions
  • a

    aloof-laptop-78265

    10/26/2022, 12:52 PM
    Is anyone here using Cypress with LambdaTest? I'm having some issues with LambdaTest not picking up the Cypress config file properly.
  • s

    stale-optician-85950

    10/26/2022, 1:31 PM
    https://docs.cypress.io/guides/getting-started/installing-cypress#Node-js "Cypress support Node.js 12 or 14 and above"
  • b

    brash-mechanic-5372

    10/26/2022, 3:05 PM
    Hi! Where can I ask questions?
  • a

    adorable-smartphone-87280

    10/26/2022, 3:33 PM
    #763105090679865354 or #755913900024791046 is usually a good place. Also check out #763097415896268840
  • b

    brash-mechanic-5372

    10/26/2022, 3:34 PM
    Will do, thank you!
  • i

    incalculable-rainbow-43330

    10/31/2022, 8:22 AM
    Hi Team is there any way to show extra information inside each Iteration block (It Block) as shown in below image so that it helps the viewers to understand what steps are completed inside each of Iteration also please help me by suggesting where to post this and where it fits as in our current project we have several such things which helps us to understand what inside each iteration went well etc., (Posting this from Cypress-dashboard with intension if someone will help me)
  • w

    wide-portugal-19744

    10/31/2022, 9:50 AM
    I keep getting this when
    pnpm i
    The latest release of cypress is "9.6.0".
  • w

    wide-portugal-19744

    10/31/2022, 10:31 AM
    is 10 not out yet?
  • m

    magnificent-memory-85975

    10/31/2022, 2:08 PM
    Hi there, Anyone has an example of how to write a test case in cypress on how to load a page and check for failing network requests Thanks.
  • g

    gray-kilobyte-89541

    10/31/2022, 2:43 PM
    lots of examples at on.cypress.io/intercept and the https://docs.cypress.io/guides/guides/network-requests guide. And if you need specific examples to learn, check out my https://cypress.tips/courses/network-testing
  • m

    magnificent-memory-85975

    11/01/2022, 10:20 AM
    Thanks @gray-kilobyte-89541
  • i

    incalculable-rainbow-43330

    11/02/2022, 9:34 AM
    What is the alternative for cy.state ? in latest cypress version
  • b

    boundless-painting-44905

    11/02/2022, 1:43 PM
    Hi, I have this problem when running Cypress Whit Firefox, what catches my attention is the Chrome DevTools theme
  • m

    mysterious-belgium-25713

    11/02/2022, 3:18 PM
    What version of cypress and firefox are you using?
  • f

    flaky-napkin-21194

    11/02/2022, 3:38 PM
    Not exactly Cypress related, but open question to the room - how anyone had any experience in running an in-house 'Testathon' for your team? I'd quite like to arrange one as we're having an in-person meetup and I'd like our team to come together and share ideas on how they go about testing & finding bugs in general (mostly manual focused over automation for that part of the team). Would really love any input/resources (especially buggy sites they are fun to test against) that anyone can provide.
  • b

    boundless-painting-44905

    11/02/2022, 3:51 PM
    Cypress 8.7.0, Firefox 106
  • m

    mysterious-belgium-25713

    11/02/2022, 3:53 PM
    After firefox 105 cypress on 10.08 or 09 did not work correctly and this was fixed in the higher version. Don't know if this issue also is reflected in Cypress < 10 versions
  • m

    magnificent-memory-85975

    11/02/2022, 5:10 PM
    Hello there, Anyone has a better way to handle waiting? Im trying to save a form and wait approx 8-10 seconds for it to save. I can solve it by using -cy.wait(10000). Thanks.
  • g

    gray-kilobyte-89541

    11/02/2022, 6:13 PM
    https://glebbahmutov.com/blog/cypress-tips-and-tricks/#wait-on-the-right-thing (same post shows how to wait for other things, you can also wait for a network call, etc)
  • a

    adorable-insurance-32249

    11/02/2022, 8:28 PM
    Hello. If you have multiple
    describe
    functions in a spec file, is there a way to run only one of them? Usually I would do
    npx cypress run --record --spec "<path/to/file>"
    but this runs everything in the file
1...899091...127Latest