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

    fancy-policeman-40827

    11/14/2022, 4:07 AM
    Hi All, I'm getting the below error if I'm using And Gherkin Keyword in my test... Can anyone please help me.
  • f

    fancy-policeman-40827

    11/14/2022, 4:09 AM
    I have done the import
  • f

    fancy-policeman-40827

    11/14/2022, 4:10 AM
    These are my feature file and step definition
  • a

    acceptable-hamburger-48790

    11/14/2022, 7:34 AM
    https://github.com/badeball/cypress-cucumber-preprocessor/pull/872 and https://github.com/cucumber/cucumber-js/issues/1118
  • f

    fancy-policeman-40827

    11/14/2022, 8:22 AM
    Hi, So we can't use And and But? Can you please help me with the workaround
  • a

    acceptable-hamburger-48790

    11/14/2022, 8:23 AM
    You can use When instead of And. There isnt any workaround - Its decision from Cucumber and not part of cypress
  • f

    fancy-policeman-40827

    11/14/2022, 8:23 AM
    Thank you
  • q

    quick-hydrogen-30269

    11/14/2022, 8:40 AM
    I didn't found anything
  • q

    quick-hydrogen-30269

    11/14/2022, 8:46 AM
    Seems they provided fix in 11.0.1
  • f

    few-oyster-82478

    11/14/2022, 9:24 AM
    hi
  • f

    few-oyster-82478

    11/14/2022, 9:25 AM
    I've updated Cypress from
    9.x
    to the latest release and it gets stuck on the
    migrating to Cypress 11
    screen, any way to fix this?
  • f

    fresh-doctor-14925

    11/14/2022, 9:32 AM
    What happens if you update to cypress 10 instead?
  • f

    few-oyster-82478

    11/14/2022, 9:33 AM
    I'll check
  • f

    few-oyster-82478

    11/14/2022, 9:39 AM
    Copy code
    > cypress open
    
    It looks like this is your first time using Cypress: 10.11.0
    
    
    Cypress verification timed out.
  • f

    few-oyster-82478

    11/14/2022, 9:39 AM
    it fails too
  • f

    few-oyster-82478

    11/14/2022, 9:48 AM
    maybe there is some kind of clean install instead of migration?
  • f

    fresh-doctor-14925

    11/14/2022, 9:57 AM
    And there are no migration steps for you to follow? Every time I've upgraded to 10, the migration wizard has always been there
  • f

    few-oyster-82478

    11/14/2022, 9:59 AM
    no, if I execute the
    cypress open
    script it says the verification timed out and no wizard appears
  • f

    few-oyster-82478

    11/14/2022, 10:05 AM
    I've tried to force install but same thing happens, it never passes the
    migrating to cypress 11
    screen:
    Copy code
    It looks like this is your first time using Cypress: 11.0.1
    āœ”  Verified Cypress! 
    Opening Cypress...
  • f

    few-oyster-82478

    11/14/2022, 10:06 AM
    maybe I can delete something in order to avoid that cypress does a migration?
  • f

    fresh-doctor-14925

    11/14/2022, 10:10 AM
    You could try manually changing your
    cypress.json
    to a
    cypress.config.js
    . Take a look at some repos with Cypress for examples on what to do
  • f

    few-oyster-82478

    11/14/2022, 10:13 AM
    great, that worked, thanks!
  • c

    colossal-table-38461

    11/14/2022, 10:21 AM
    Hello All, to complete the e2e flow, I need to validate the link which I received in Email. any idea how we can check through Cypress ???
  • s

    stale-optician-85950

    11/14/2022, 10:58 AM
    !duplicate
  • n

    nutritious-analyst-96582

    11/14/2022, 10:58 AM
    Uh oh, It looks like you have posted the same question in multiple channels. Help us prevent spam by removing any duplicates of your questions, Thanks! šŸ˜€
  • c

    crooked-microphone-65524

    11/14/2022, 12:08 PM
    When using cypress doing visual regressions tests,how can we save snapshots/screenshots to Azure blob?
  • s

    stale-furniture-7985

    11/14/2022, 1:58 PM
    This is package.json,with some dependencies. Timer spec, i think, which I cannot run because of this error, on third picture. But, I think that's problem with importing. I hope that will help you with solving issue.
  • f

    full-appointment-97978

    11/14/2022, 2:55 PM
    Hello. We use cypress on a yearly basis, this year we have noticed that the webpage is no longer scrolling when using field interaction such as type() or clear(), and so fails because the field is not in view. This occurs with versions 5.4.0, that used to work, and 5.6.0 which I've just installed. Does anyone know of anything that would cause this by any chance ? I presume it might be css or front end Scrolling works when interacting with the test snapshots but not during the test
  • g

    gray-kilobyte-89541

    11/14/2022, 3:16 PM
    I will take a look if I have time, is this https://github.com/bahmutov/sudoku-app repo?
  • s

    stale-furniture-7985

    11/14/2022, 3:18 PM
    I think so. I have finished your course on blazemeter, and have copy code from authors github page, ravi.
1...203204205...252Latest