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

    orange-ocean-68369

    10/25/2022, 3:46 PM
    Any ideas plz !
  • c

    cuddly-kitchen-97815

    10/25/2022, 3:47 PM
    What version of Cypress are you running?
  • o

    orange-ocean-68369

    10/25/2022, 3:50 PM
    V10.9
  • o

    orange-ocean-68369

    10/25/2022, 3:53 PM
    I try with version 3 and 4, but I have the same issue 😦
  • c

    cuddly-kitchen-97815

    10/25/2022, 3:53 PM
    https://github.com/cypress-io/cypress/issues/8067 Look through this conversation and see if it sounds similar to your case. If so, it might have to do with how Firefox is installed on your computer
  • o

    orange-ocean-68369

    10/25/2022, 4:04 PM
    How I run the browser from the current user instead of root ?
  • c

    cuddly-kitchen-97815

    10/25/2022, 5:03 PM
    Can't help you with that unfortunately, I don't use Firefox. But I'd suggest some Google research is in order
  • o

    orange-ocean-68369

    10/25/2022, 5:36 PM
    Ok, thanks Arnolds
  • s

    strong-eye-30896

    10/25/2022, 6:20 PM
    Hello everyone, everything good? Could someone help me with a question, that I'm in the cy.on part to validate an alert in cypress?
  • g

    glamorous-country-57678

    10/25/2022, 7:11 PM
    Any body have an idea why this error would be thrown? I have a teammate who is getting this error locally but the tests work just fine for me
  • m

    mysterious-belgium-25713

    10/25/2022, 7:24 PM
    Is he loading some other node_module? It looks like a bad import
  • g

    glamorous-country-57678

    10/25/2022, 7:32 PM
    currently debugging this and it seems like they had a different version of Cypress installed
  • i

    incalculable-rainbow-43330

    10/26/2022, 10:01 AM
    Hi Team, any one aware how to save Cypress Test results into a text file or at least the list of failing spec names in text file
  • f

    future-eye-56254

    10/26/2022, 12:15 PM
    Hi Guys Has anybody tried list, upload, download from aws s3 using Cypress?
  • f

    future-eye-56254

    10/26/2022, 12:16 PM
    I have this code which strangely does not do anything
  • f

    future-eye-56254

    10/26/2022, 12:17 PM
    I have explained the issue with my code and the error here. https://stackoverflow.com/questions/74180875/cypress-aws-s3-list-upload-download-objects
  • f

    future-eye-56254

    10/26/2022, 12:17 PM
    Any help with this is highly appreciated.
  • l

    limited-fish-66138

    10/26/2022, 2:20 PM
    Hello , we have E2E cypress repo and we use parallelisation with 3 tags running with mochawesome-merge, devops stores daily report in nexus and email sent has only nexus link. Is there any way to email only status (only test counts) as email, 1 email with all 3 tags test counts ?? Thanks
    b
    n
    f
    • 4
    • 3
  • f

    fresh-doctor-14925

    10/26/2022, 2:23 PM
    Please don't ask the same question in multiple channels
  • b

    best-flower-17510

    10/26/2022, 2:32 PM
    Hello we have E2E cypress repo and we
  • c

    cuddly-kitchen-97815

    10/26/2022, 3:27 PM
    Hello again! My react app uses
    process.env
    in non-cypress files, and I want to be able to continue using
    process.env
    while running Cypress tests. Is there any way I can get the components I'm trying to mount to use the given environment variables instead of being completely isolated in cypress? I can't use
    Cypress.env
    instead because I can't modify those non-test files, but they aren't picking up on the
    .env
    file that they would pick up on if I was running the development server outside of Cypress
  • h

    hundreds-author-68171

    10/26/2022, 3:47 PM
    Thank you Levy Owls2640 I will give this
  • b

    brash-mechanic-5372

    10/26/2022, 5:00 PM
    How can I test emails and forms that are already on production environment but without getting the information delivered to the actual client inbox?
  • l

    lemon-animal-16490

    10/26/2022, 5:21 PM
    how can I get element that will add soon like I have chat list then I create a new chat using API I want to select the new chat but right now I get the previous one because DOM not update yet my workaround for now is use cy.wait() before get element command
  • m

    mysterious-belgium-25713

    10/26/2022, 5:36 PM
    If you want to use normal .Env files i would say use the following plugin. This will enable cypress to use .env files https://www.npmjs.com/package/cypress-dotenv
  • c

    cuddly-kitchen-97815

    10/26/2022, 5:39 PM
    This would be nice if it would allow me to continue to use
    process.env
    in my files, but I don't see that specified anywhere. This is for the files that aren't part of the Cypress folder (aka: part of the components I'm trying to test) who regularly access the environment variables in local development. I can't change those files to use
    Cypress.env
    instead of
    process.env
    .
  • q

    quaint-breakfast-77264

    10/26/2022, 6:00 PM
    I have just upgraded my webpack dev server to the version 4 and suddenly I started having some issues with tests but I couldn't catch the reason. Does anyone have done something similaR?
  • m

    mysterious-belgium-25713

    10/26/2022, 6:04 PM
    Ow yeah now i understand your problem. Hmm dont know if I have a solution for that, maybe people that focus the React Channel or Component testing have an answer for this.
  • c

    cuddly-kitchen-97815

    10/26/2022, 6:05 PM
    Do ya think I should post over in #755921564108587038 or #755921365579595977 then? I just didn't want to repeat the same message initially but if it brings more attention to my issue I'm all for it lol
  • m

    mysterious-belgium-25713

    10/26/2022, 6:06 PM
    Just post it in component testing, just say that you have my blessing :p
1...187188189...252Latest