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

    purple-policeman-65759

    08/12/2022, 11:15 AM
    hi everyone, when i'm click on login button cypress stuck in page load and not move forward need some help..
  • h

    helpful-coat-87654

    08/12/2022, 11:19 AM
    Hi, got stuck with migrating cucumber to cypress 10, after setting up a cucumber preprocessor , I still get this error: Error: Webpack Compilation Error ./e2e-cypress/integration/cucumber/features/administration/adminReports.feature 1:0 Module parse failed: Unexpected character '@' (1:0) You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders > @administration
  • p

    purple-policeman-65759

    08/12/2022, 11:21 AM
    kindly install it again hopefully some of files are not download
  • p

    purple-policeman-65759

    08/12/2022, 11:22 AM
    or we can jump for quick call
  • p

    purple-policeman-65759

    08/12/2022, 11:23 AM
    i recently implement cucumber in cypress 10.3.0 and working fine for me..
  • p

    purple-policeman-65759

    08/12/2022, 11:29 AM
    or may be you have to update your cypress.config.js in which check this property : specPattern: "cypress/e2e/features/*.feature" plz change path according to your feature file path..
  • f

    fierce-lion-2381

    08/12/2022, 12:06 PM
    Hi, anyone know how to setup default Header for API testing.. example in each test I need to have header with authorization to pass the token, so is it possible to set header like that by default so I dont need to repeat it in every test ?
  • p

    plain-pencil-72796

    08/14/2022, 8:31 AM
    hey, could use some help. I am trying to run cypress tests and it fails before even reaching the tests. Any ideas what should I do?
  • q

    quiet-intern-33864

    08/14/2022, 10:13 AM
    Hello, I can see e2e tests recorded in the Cypress dashboard but I'm not able to see Component test results. Is this the expected behavior or am I missing something? I'm using the
    CYPRESS_RECORD_KEY
    env var and `cypress run --record`to execute tests in Google Cloud Build. Locally, I can run all Compoent tests and they work without any issue. I'm using:
    Copy code
    cypress 10.4.0
    vuejs 2.7.0
    nuxt 2.15.8
  • a

    adamant-memory-22241

    08/15/2022, 3:19 AM
    Am not able to get the migrator tool when migrating from cypress 9 to 10.4.0 getting the below issue can anyone please help here
  • g

    gray-kilobyte-89541

    08/15/2022, 11:29 AM
    https://glebbahmutov.com/blog/cypress-js-to-ts/#step-13-move-to-cypressconfigts-file
  • s

    strong-carpet-14019

    08/15/2022, 12:46 PM
    Open command in cypress doesn't bring up launchpad Hi All, My first message on Cypress forum. I ran the following command to open Cypress and it launched a white dialog. I was expecting a launchpad
  • f

    future-translator-75417

    08/15/2022, 2:15 PM
    Hi team I am trying to login on a website with cy.visit() which leads to the dashboard,but rather than redirecting to the dashboard my cypress test spec window closes and redirects to spec files page where we select the test file execute. I have been working on it for the past week but didn't find any workaround , please someone look into this Link : https://my.demosphere.com/sign-in Cred : Username : alidem2 Password : Alidem2
  • f

    fresh-doctor-14925

    08/15/2022, 2:35 PM
    I think the issue is tied to the fact that you sign in on
    my.demosphere.com
    , and then get redirected to
    my.demosphere-secure.com
    . I tried a few things such as
    cy.origin
    and couldn't get it to work. The window completely closing shouldn't happen. I suggest raising an issue on the Cypress github for that, as well as providing reproduction steps similar to what you have above. If you have a Cypress Dashboard subscription, I'd also suggest nudging them on there
  • f

    future-translator-75417

    08/15/2022, 2:38 PM
    Yes @fresh-doctor-14925 you are right and I have already created an issue https://github.com/cypress-io/cypress/issues/23314
  • f

    fresh-doctor-14925

    08/15/2022, 2:41 PM
    I can't help any further then. I hope they can help you soon πŸ™‚
  • f

    future-translator-75417

    08/15/2022, 2:42 PM
    Thanks for sharing your thoughts on it πŸ™‚
  • f

    future-translator-75417

    08/15/2022, 3:38 PM
    @gray-kilobyte-89541
  • g

    gray-kilobyte-89541

    08/15/2022, 4:07 PM
    yeah?
  • f

    future-translator-75417

    08/15/2022, 4:10 PM
    Sir can you please look into this issue of mine, I believe you can find a workaround for it😁
  • g

    gray-kilobyte-89541

    08/15/2022, 5:39 PM
    I am sorry, but I don't have time to look into that issue
  • r

    red-butcher-14290

    08/15/2022, 5:40 PM
    Any sales person here?
  • a

    acceptable-hamburger-48790

    08/15/2022, 6:16 PM
    Chrome is crashing but with firefox(disabling security) i see this exception - The following error originated from your application code, not from Cypress. > Permission denied to access property "document" on cross-origin object When Cypress detects uncaught errors originating from your application it will automatically fail the current test. This behavior is configurable, and you can choose to turn this off by listening to the uncaught:exception
  • a

    acceptable-hamburger-48790

    08/15/2022, 6:17 PM
    top.document.location='https://my.demosphere.com/oauth/authorize?client_id=ca6db3b02d704c287fecd155795f83e14c79651adcf30173892e7843c54955b4&redirect_uri=https%3A%2F%2Foauth.demosphere-secure.com%2F_chiron%2Fteamnet_callback&response_type=code&scope=public+club+club:contact+client+client:contact+household:details+household:members+user:profile+user:contact+user:households+user:roles+user:teams+user:members+team:rosters+team:activities+write&org=Demosphere';
  • f

    fresh-doctor-14925

    08/16/2022, 6:39 AM
    If you want sales, you should contact hello@cypress.io
  • e

    early-computer-34425

    08/16/2022, 7:26 AM
    expected M52734961 not to be empty CypressError cy.type() can only accept a string or number. You passed in: undefinedLearn more cypress*************** 26 | cy.log('heg').debug(); 27 | // pre-check > 28 | expect(partnerBrandObjectId).to.be.not.empty; | ^ Anyone can say why this fails? As there is clearly a value in the variable as seen in the first line
  • f

    fresh-doctor-14925

    08/16/2022, 7:34 AM
    It doesn't look like it is related to the code you've provided there. It's mentioning
    cy.type()
    ?
  • e

    early-computer-34425

    08/16/2022, 7:51 AM
    @fresh-doctor-14925
  • f

    fresh-doctor-14925

    08/16/2022, 7:54 AM
    You're using
    cy.type()
    somewhere, I can see that on line 7. However the variable is
    undefined
  • e

    early-computer-34425

    08/16/2022, 7:56 AM
    ok, so it is not line 28 that is the problem?
1...127128129...252Latest