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

    freezing-nightfall-22736

    09/12/2022, 2:43 PM
    Hello my friends, how can i solve this problem?
  • b

    bored-school-78265

    09/12/2022, 10:00 PM
    I've just updated to 10.7.0 from 9.x and now I am seeing some really weird behaviour where it is compiling once for the first spec, twice for the second, three for the third and so on. Any idea what that could be?
  • l

    limited-barista-33480

    09/13/2022, 12:28 AM
    Hi Team! someone has worked implementing AWSIoT and MQTTClient in cypress the idea is to simulate the publication of a message and a topic to a web environment. Currently I do it manually using MQTT fx and I have to automate it in cypress with JavaSript. And what configuration is needed to upload it to a server with an SSL certificate?
  • b

    brash-tiger-52405

    09/13/2022, 8:36 AM
    hey all, when i start the test in the jenkins pipeline it fails, but locally it passes. In the pipeline it has problems to open the localhost. Do you know what it could be?
  • d

    dry-waiter-40714

    09/13/2022, 10:20 AM
    Hi guys, I run into a weird issue, I have a spect file only has cy.visit(some url), when using cypress open, it works fine, the url page can be loaded within 10s, but when using cypress run, cy.visit will timeout after 60s which does not make sense to me. I'm using cypress 9.50, any idea what can cause this situation
  • g

    gray-caravan-70127

    09/13/2022, 11:13 AM
    Hey guys, do you maybe have idea how I can iterate through each of item from below marked dropdown and continue to filling contact form? So steps have to be: 1 (test). Choose product questions from dropdown menu > choose any product interests > enter your first name > enter your last name... 2 (test) Choose Licensing/Pricing/Quotes from dropdown menu > choose any product interests > enter your first name > enter your last name...
  • g

    gray-caravan-70127

    09/13/2022, 11:24 AM
    https://www.telerik.com/contact
  • g

    gray-caravan-70127

    09/13/2022, 12:32 PM
    As the message says, check what you have in your beforeEach hook, there is some problem there.
  • g

    gray-kilobyte-89541

    09/13/2022, 1:18 PM
    what have you done so far? Does your test not find the fields or does not type?
  • e

    elegant-pencil-72411

    09/13/2022, 1:57 PM
    Hi guys, I have a conceptual question. I am wondering what a general approach should look like for big pieces of data that will not cause Cypress performance issues/crashes. For example, let's take a table that has 2 thousand entries and we need to validate specific text format in each row, like : Verify that all the rows from 100 to 999 are displayed as 0xxx Verify that all rows from 999 to 2000 are displayed as xxxx How would you approach that ?
  • p

    proud-gpu-14798

    09/13/2022, 2:10 PM
    Would you expect these two commands to function identically, including retry-ability?
    cy.get(".tutorial__body > div:visible")
    vs
    cy.get(".tutorial__body > div").filter(":visible")
  • j

    jolly-journalist-80926

    09/13/2022, 2:44 PM
    Hi everyone, how can I validate download json.file? Every time when I click download I have generic assertation because there is: "name" + variable + ".json" - i am not sure that is possible. I try with this: https://www.npmjs.com/package/cy-verify-downloads, but i have cypress error: cy.task('isFileExist') failed with the following error: The 'task' event has not been registered in the plugins file. You must register it before using cy.task() Tnx
  • g

    gray-kilobyte-89541

    09/13/2022, 3:09 PM
    No, see https://on.cypress.io/retry-ability
  • g

    gray-kilobyte-89541

    09/13/2022, 3:15 PM
    Grab the table once it has loaded, pass the jQuery object to
    .then
    callback and iterate over the rows using jQuery to avoid individual 2000 Cypress commands
  • g

    gentle-dress-1046

    09/13/2022, 3:18 PM
    Hello! I got a small problem and would appreciate any help 🙂 Basically I give access to clipboard using
    Copy code
    cy.wrap(
          Cypress.automation('remote:debugger:protocol', {
            command: 'Browser.grantPermissions',
            params: {
              permissions: ['clipboardReadWrite', 'clipboardSanitizedWrite'],
              origin: window.location.origin,
            },
          })
        );
    This works great(with chrome) on
    cypress open
    but running the same test on
    cypress run
    will not work. Is someone have any clue what this differences could happen?
  • g

    gentle-dress-1046

    09/13/2022, 3:32 PM
    Hello
  • e

    enough-advantage-68853

    09/13/2022, 3:45 PM
    Is is possible to run component tests with Cypress on components that are using Quasar components? I used the Vite plugin to install Quasar into my Vue3/Vite app, I am not running from the Quasar cli
  • e

    elegant-pencil-72411

    09/13/2022, 4:42 PM
    Grab the table once it has loaded pass
  • c

    crooked-microphone-65524

    09/14/2022, 1:12 AM
    In the "cypress-image-snapshot" doc, --env updateSnapshots=true in order to update the base image files for all of your tests. But How to update Snapshot for specific test instead of all test?
  • p

    proud-table-33604

    09/14/2022, 7:53 AM
    Hello! I want an Html report after each dashboard run to my email. How do I do that? Please help.
  • f

    freezing-piano-2792

    09/14/2022, 8:17 AM
    When using retries in run mode, is there a built-in way of logging the cause for retries? Right now it seems that the cause is only ever revealed if all retries were exhausted
  • g

    gray-caravan-70127

    09/14/2022, 8:23 AM
    Hey LucyLu, check this plugin: https://percy.io/ maybe will be easier for using than this one 🙂 This is good video for it:

    https://www.youtube.com/watch?v=VTHdBUxunKcâ–¾

  • a

    adamant-midnight-76134

    09/14/2022, 10:08 AM
    I'm using Windows 11. My code is running on Debian in WSL2. When I try to run
    nxp cypress open
    I'm getting the following error. I've tried installing the required dependencies as it suggests but it doesn't seem to have solved it.
  • v

    victorious-father-41976

    09/14/2022, 10:13 AM
    In the cypress image snapshot doc
  • g

    gray-caravan-70127

    09/14/2022, 10:58 AM
    I have found solution for this problem, thank you bahmutov.
  • t

    thankful-accountant-59520

    09/14/2022, 11:33 AM
    Hi, getting this error The following error originated from your application code, not from Cypress. > Cypress$1.runner.getSnapshotPropsForLog is not a function When Cypress detects uncaught errors originating from your application it will automatically fail the current test.
  • b

    better-xylophone-35573

    09/14/2022, 11:42 AM
    Hi, I cannot delete my organisation due to a 'server error'. Could someone assist me deleting my account for my company?
  • t

    thankful-accountant-59520

    09/14/2022, 11:53 AM
    Cypress does not recognize file changes... see https://github.com/cypress-io/cypress/issues/19423
  • f

    flaky-airport-12178

    09/14/2022, 12:39 PM
    Hi team, Do you know how to login with csrf-token on page?
  • w

    wooden-advantage-25500

    09/14/2022, 1:06 PM
    Hi there, we'd like to use cypress dashboards with our on premise gitlab install, we have a pro version, the issue i'm facing it that our gitlab seats behind a VPN and the only way for us to make it available to the sas is to filter based on IP list or potentially on layer7 with the proper domain / url origin regexp. Is there any updated list somewhere we could use for that purpose? Thanks
1...144145146...252Latest