https://cypress.io logo
Join Discord
Powered by
# help
  • r

    rapid-machine-64392

    07/25/2022, 6:40 AM
    Hello folks Could someone helps me with this https://discordapp.com/channels/755913899261296641/755921564108587038/1000072217318666270
  • n

    nutritious-honey-65632

    07/25/2022, 8:19 AM
    Hi I m running cypress in WSL2 on
  • g

    gorgeous-pillow-31498

    07/25/2022, 2:47 PM
    i want to test the metamask e2e in dapp is there any way
    • 1
    • 1
  • f

    fierce-beach-68131

    07/25/2022, 2:52 PM
    Hi, I'm getting "Cannot read properties of undefined (reading 'map')" error. But I have exactly same code in other .js class. So I could not understand what its happening. Is anyone wants to help me?
  • g

    gorgeous-pillow-31498

    07/25/2022, 2:58 PM
    interact with metamask extension in e2e testing
  • g

    gray-kilobyte-89541

    07/25/2022, 2:58 PM
    🙂 can you provide any details? Like the spec code, the error stack, screenshots, etc
  • f

    fierce-beach-68131

    07/25/2022, 3:01 PM
    Here is my spec code and error stack.
  • g

    gray-kilobyte-89541

    07/25/2022, 3:08 PM
    if In your case you are just using
    response.body.map
    and inside
    elm => elm.versions.map
    so seems like the data you get from the server does NOT have
    versions
    . You can console.log the elm or the entire response. Or even click on the
    cy.request
    command and inspect what it got back in the DevTools
  • b

    blue-quill-43979

    07/25/2022, 3:28 PM
    Hi there! The next code always passes while running cypress open but never passes when running cypress run. In both cases we use Electron 94. Do you have any possible idea of how that can happen?
    Copy code
    typescript
    cy.contains('.pack-title', statut)
      .next('div')
      .find("mat-expansion-panel-header")
      .click();
    cy.get("mat-form-field")
      .find("textarea")
      .should('be.visible').and('contain', '');
    Thanks in advance!
    n
    • 2
    • 3
  • f

    fierce-beach-68131

    07/25/2022, 3:30 PM
    Thank you so much, understood.
  • p

    plain-garden-5374

    07/25/2022, 4:23 PM
    seeking advice on why the page under test fails to load in headless chrome, but succeeds in electron and headed chrome: https://github.com/constantlyk/cypress-program-guide-demo
    n
    • 2
    • 21
  • b

    billions-keyboard-46684

    07/25/2022, 6:57 PM
    Hello! I am having some trouble using the cypress circleci orb with a parallel setup. I am using the cypress/included:10.3.0 and am installing additional libraries on top that are needed by my e2e tests. I had everything running ok on circleci, but when I introduced parallelism I started seeing failures because code was not being installed. I believe this is because parallelism relies on using and explicit cypress/install job (previously I was using install-command as a step under cypress/run. However, I am having trouble configuring cypress/install and am getting an error "We looked but did not find a cypress.config.ts file in this folder: /root/project/assets". I'm probably doing something very stupid but having trouble identifying the issue. Any help would be greatly appreciated! I've attached my setup.
    • 1
    • 1
  • r

    ripe-laptop-91109

    07/25/2022, 8:44 PM
    Hello there! I am exploring configuring Cypress for my organization, it appears that much of the documentation is inconsistent with the version of Cypress that I am on 10.3.1 and I am not sure how to proceed. The video in the end-to-end documentation shows a completely different interface from the one which I see in my development environment, I simply see a welcome message which says welcome to Cypress and has e2e testing as well as component testing beta both of which I have configured, I am logged in and when I navigate to e2e testing all I can do is launch the browser of my choice, Chrome in this case and it seems like nothing more. What am I doing wrong? How can I follow the instructions in the documentation if the interfaces I see are not those which are displayed in the documentation?
  • r

    rhythmic-fall-53545

    07/25/2022, 9:24 PM
    I want to run not only filename.cy.js but also filename.js. How can I achieve this (V10+)?
    w
    • 2
    • 1
  • b

    billions-keyboard-46684

    07/25/2022, 9:49 PM
    Hello I am having some trouble using the
  • g

    gray-kilobyte-89541

    07/25/2022, 10:22 PM
    v10 was a large update, so the UI has changed a little (or a lot). Maybe follow my Cypress v10 free course at https://university.blazemeter.com/dashboard to see the v10 interface from the very beginning while the docs are going to be updated
  • r

    ripe-laptop-91109

    07/25/2022, 11:09 PM
    What is this BlazeMeter University? I am not familiar with it
  • r

    rhythmic-fall-53545

    07/26/2022, 5:39 AM
    can anyone suggest me cypress latest + cucumber article or doc or tutorial ?
  • f

    fresh-doctor-14925

    07/26/2022, 7:08 AM
    It's just a place where @gray-kilobyte-89541 is hosting his tutorial. He used to work for Cypress and still produces a lot of educational materials
  • m

    magnificent-finland-58048

    07/26/2022, 8:46 AM
    https://qaautomationlabs.com/integration-of-cypress-cucumber-with-jenkins/
  • b

    bright-activity-24686

    07/26/2022, 9:44 AM
    Hi all! I am trying to get @vue/cli-plugin-e2e-cypress running inside my symfony, encore/webpack app. But iam not able to get the root path of the vue-application changed: Module not found: Error: Can't resolve './src/main.ts' in '/mnt/o/my-app'. How to change it? I tried "fileServerFolder" allready
  • h

    handsome-lion-1748

    07/26/2022, 10:54 AM
    What is
    :checkbox
    in the example code? I don't understand this selector, the colons feel like a pseudo class but it's applied to a tag!
  • f

    freezing-piano-2792

    07/26/2022, 11:39 AM
    https://github.com/badeball/cypress-cucumber-preprocessor/tree/master/examples
  • g

    gray-kilobyte-89541

    07/26/2022, 12:00 PM
    Cypress uses jQuery to select elements, so that one is https://api.jquery.com/checkbox-selector/ For more see https://github.com/bahmutov/cypress-examples/commit/59e99bd0b826dcbb8d91d140a7aeb8fa250392f1
  • n

    nutritious-honey-65632

    07/26/2022, 12:33 PM
    Hi there
  • r

    rough-magazine-51515

    07/26/2022, 12:59 PM
    how to visit multi domain
  • m

    mysterious-motherboard-13344

    07/26/2022, 1:11 PM
    You need to upgrade Cypress to 9.6.1 and use cy.origin command in your test
  • a

    agreeable-painting-90494

    07/26/2022, 1:23 PM
    Is anyone getting issues with Cypress just stopping (with no error) indefinitely on the latest version (10.3.1)
  • r

    rough-magazine-51515

    07/26/2022, 2:14 PM
    how to enable cookies cypres
  • f

    fresh-doctor-14925

    07/26/2022, 2:21 PM
    These are fairly basic questions without much detail. You would be better off Googling them and looking through the Cypress documentation
1...114115116...252Latest