https://cypress.io logo
Join Discord
Powered by
# e2e-testing
  • u

    user

    02/04/2022, 11:52 PM
    also asked on SO, thanks https://stackoverflow.com/questions/70994141/getting-cypress-to-work-with-a-plugin-via-docker-also-showing-different-version
  • u

    user

    02/05/2022, 7:38 AM
    Maybe I need to peg my plugin to a lower version which only requires 9.1.1...
  • c

    cool-dentist-94229

    02/06/2022, 3:56 AM
    @User Did you succeed to use cy.intercept? in fact, I have a similar case to yours, please if it succeed
  • a

    ancient-jewelry-12402

    02/06/2022, 11:44 AM
    Hi! Can you show this case?
  • a

    adamant-magazine-53646

    02/08/2022, 6:19 AM
    I am unable to access chrome://downloads page in cypress
  • a

    adamant-magazine-53646

    02/08/2022, 6:19 AM
    can any1 please let me know whether it is possible in cypress
  • c

    cool-dentist-94229

    02/09/2022, 6:49 AM
    I haven't written my code yet, but I already detected the scenario in advance But still, here is the scenario I want to do, - I send a request - It takes a few seconds and the answer could be success or failure - I want to check in my code if this request is successful so that we can go to the next test
  • c

    cool-dentist-94229

    02/09/2022, 6:50 AM
    Hi there! Just by curiosity, is the cypress xpath plugin not optimal at the CI/CD pipeline Gitlab? I noticed on some specs, it's always at cy.xpath() my test fails
  • c

    cool-dentist-94229

    02/09/2022, 6:54 AM
    Copy code
    Cypress:        9.4.1                                                           
        Browser:        Chrome 97 (headless)                         
        Node Version:   v16.5.0 (/usr/local/bin/node)
  • a

    ancient-jewelry-12402

    02/09/2022, 8:26 AM
    ty!
  • a

    ancient-jewelry-12402

    02/09/2022, 8:31 AM
    Hey! Can you tell me why my test is marked as passed if one check fails? And how can I make the whole test fail?
  • g

    gray-kilobyte-89541

    02/09/2022, 8:58 PM
    do not use "async" keyword
  • a

    ancient-jewelry-12402

    02/10/2022, 8:26 AM
    Thanks! But how do I compare two response bodies?
  • g

    gray-kilobyte-89541

    02/10/2022, 2:04 PM
    See https://github.com/bahmutov/cypress-examples/blob/dd590ca55a86faf9ffceafcd33fcedae73033df5/docs/recipes/request-not-found.md
  • a

    ancient-jewelry-12402

    02/11/2022, 4:53 PM
    Thanks! It helped me a lot)
  • n

    numerous-wall-99335

    02/11/2022, 6:53 PM
    Hello everyone! Can I ask if anybody here had a pleasure of integrating e2e cypress tests with mailosaur to build tests around emails sent through sparkpost?
  • e

    early-lamp-20318

    02/15/2022, 9:21 AM
    Hey, I am using "expect" assertion which stop my test case if assertion get fails. Can you guys suggest me which does not fail my test case even after failing on assertion?
  • l

    limited-magazine-83630

    02/15/2022, 3:39 PM
    Hello guys ! I'm trying to upload large file with cypress. im doing so with selectFile, but files above certain size makes cypress crash. I've also tried with readFile and did not succeed. if anyone already succeed uploading 1GB + files with cypress I would be happy for some guidance šŸ™‚
  • c

    cold-van-42589

    02/15/2022, 4:52 PM
    Hey, guys šŸ‘‹ I'm currently working on a test that downloads a 25 MB file. To make it pass, I have to add a timeout of 40s to the function that checks the downloaded file in the file system, where as in the browser it only takes me around 12s to download the same file. šŸ¤” Have you faced something similar before? šŸ¤” Or is there a way to improve the performance of Cypress network requests?
  • a

    adamant-magazine-53646

    02/21/2022, 2:03 AM
    Can we get our assertions printed in the mochawesome reporter reports?
  • p

    powerful-orange-86819

    02/21/2022, 12:13 PM
    You can see them in the screenshot, i've cut all code and assertion from my mochawesome report, because i dont want to scare the manual QA team šŸ˜„
  • a

    adamant-magazine-53646

    02/21/2022, 1:12 PM
    How can i add
  • a

    adamant-magazine-53646

    02/21/2022, 1:12 PM
    I want the assertions to be visible for passing tests
  • a

    adamant-magazine-53646

    02/21/2022, 1:12 PM
    Also
  • m

    miniature-dog-14302

    02/23/2022, 5:23 AM
    hi .. does anyone experienced timeout issue in cypress for cy.visit()?
  • g

    glamorous-architect-52545

    02/23/2022, 12:12 PM
    send the error here
  • m

    miniature-dog-14302

    02/23/2022, 12:37 PM
    @User
  • g

    gray-kilobyte-89541

    02/23/2022, 12:41 PM
    seems like you are passing baseUrl via Cypress.env which is wrong. Use Cypress.config

    https://www.youtube.com/watch?v=f5UaXuAc52cā–¾

  • g

    glamorous-architect-52545

    02/23/2022, 12:42 PM
    try pass like ecmascript 6
    ${Cypress}
  • g

    glamorous-architect-52545

    02/23/2022, 12:42 PM
    @User
1...313233...192Latest