https://cypress.io logo
Join Discord
Powered by
# cypress-cloud
  • s

    steep-family-26062

    09/27/2022, 1:41 PM
    There are 14 machines operating in parallel. While serial execution works fine, parallel testing deteriorates over time until everything fails. I checked the CPU and memory usage (for the web app), and both are under 20%. There are no dependency between spec files. Any idea?
  • b

    best-flower-17510

    09/27/2022, 1:51 PM
    community feedback request Hey everyone! I am working with the product team here at Cypress to assist with Dashboard onboarding for new users. What are some helpful resources you would like to see for new dashboard users? Thanks!
  • a

    adventurous-dream-20049

    09/29/2022, 3:23 PM
    Hi @shy-van-7331. Can you confirm your Cypress version, browser, and CPU resources? Typically video performance issues are form a lack of machine resources, but can also be other factors as well.
  • a

    adventurous-dream-20049

    09/29/2022, 6:21 PM
    Can you confirm your CI Provider and CPU allotment for each machine? Can you also provide your Cypress version and browser?
  • g

    glamorous-lighter-30340

    09/29/2022, 7:25 PM
    Will the cypress dashboard be FedRamp approved in the future?
  • a

    adventurous-dream-20049

    09/29/2022, 7:53 PM
    We do not currently have FedRamp on our roadmap, however, I recommend adding this feedback to the #958170373139079218 channel to be considered for future consideration.
  • g

    glamorous-lighter-30340

    09/29/2022, 7:57 PM
    Will do! Thank you
  • m

    many-holiday-68742

    09/30/2022, 4:47 AM
    Hey there cypress dashboard team. Just FYI - you're currently spamming dashboard users with the feedback form. It re-renders basically every single time i click a button inside the dashboard. I must have filled this out about 12 times already today. 😛
  • a

    adorable-smartphone-87280

    09/30/2022, 4:51 AM
    Test run duration times break the chart if you ever have runs that stall out and reach very large time durations.
  • s

    shy-van-7331

    09/30/2022, 8:43 AM
    Latest Cypress version (our CI always installs the latest version on every run), problems occur with Electron as well as Chrome, our CI runs a Google Cloud n1-standard-2 (https://cloud.google.com/compute/docs/general-purpose-machines) and locally I'm running Ubuntu 22.04 on an Intel i7-1165G7 with 32GB RAM (ThinkPad T14s gen 2). So it's not a problem of lack of machine resources.
  • b

    best-flower-17510

    09/30/2022, 2:40 PM
    Darn! I will talk to the team about this. Thank you so much for the feedback
  • c

    cuddly-helicopter-33279

    09/30/2022, 8:53 PM
    Can you actually create a loom that evidences this? None of our systems are indicating that this happening.As those requests only go out every 90 days.
  • c

    cuddly-helicopter-33279

    09/30/2022, 8:53 PM
    Very possible there's some weird edge case occurring. Thanks for sharing here though!
  • a

    adventurous-dream-20049

    10/01/2022, 5:13 AM
    Can you send me a PM with a link to your Dashboard?
  • i

    incalculable-rainbow-43330

    10/04/2022, 8:23 AM
    is there any feature in plan by Cypress to integrate its Dash Board into Azure Devops Board plugin using market place ? the intent is if everything stays at one place like even cypress staying in Azure dev ops board as plugin it will help project to have everything at once place
  • a

    adventurous-dream-20049

    10/06/2022, 2:32 PM
    We don't currently have an Azure integration on our roadmap, but, you should definitely add this to the #958170373139079218 channel to be considered for future consideration.
  • c

    clean-toddler-29623

    10/06/2022, 7:20 PM
    For new users (like myself) How can I see what user RAN the test? I'm trying to improve adoption of the dashboard but the one comment I am hearing is "how can I see who ran a particular run?"
  • c

    clean-toddler-29623

    10/06/2022, 7:20 PM
    I couldn't see this listed....But I would also like to echo the sentiment for DevOps integration
  • e

    eager-oyster-31852

    10/07/2022, 3:14 AM
    Is there any place in Cypress dashboard which just lists the cases in all the specs?
  • a

    adorable-smartphone-87280

    10/07/2022, 3:47 AM
    I'm not sure if this is visible from the Cypress Dashboard. We use Github Actions to trigger our runs on CI, and you can see who kicked those off. For any Dashboard-reported runs that were triggered on local machines, I think all you see is the committer of the most recent change to the branch that was run (generally master).
  • a

    adventurous-dream-20049

    10/07/2022, 2:31 PM
    Hi @clean-toddler-29623. @adorable-smartphone-87280 is correct. There is not a current implementation to specifically mention who kicked off a run accept by utilizing the git commit info in the Cypress Dashboard. Certain environment variables can be passed directly in the command line such as
    COMMIT_INFO_AUTHOR="akselsoft" npx cypress run --record --key YOUR_SECRET_RECORD_KEY
    , but that may not be scalable: https://docs.cypress.io/guides/continuous-integration/introduction#Git-information I recommend setting up a CI Provider so that the runs will be kicked off with each commit and that git information can be obtained automatically: https://docs.cypress.io/guides/continuous-integration/introduction
  • c

    clean-toddler-29623

    10/08/2022, 10:15 AM
    Thanks - I'm not using a key but I am using a tag which works fairly well.
  • m

    microscopic-crowd-9149

    10/09/2022, 4:11 AM
    We are debating between Cypress vs katalon ( why use cypress over katalon)
  • a

    adorable-smartphone-87280

    10/09/2022, 5:13 AM
    wrong channel + you're spamming the same question in multiple channels. Please don't do this.
  • f

    fresh-doctor-14925

    10/10/2022, 4:00 PM
    Just wondering: does anyone else get this when trying to link a project with a Github repo? GH's twitter says they're not having any issues at the moment; wondering if it could be something on the Cypress side?
  • m

    magnificent-finland-58048

    10/10/2022, 5:27 PM
    try reproducing from a personal laptop, the company might be blocking something
  • f

    fresh-doctor-14925

    10/11/2022, 7:27 AM
    Good idea. Thanks! Unfortunately I got the same result on my personal laptop. I'll ask around to see if I can figure out what's up
  • h

    helpful-whale-51255

    10/17/2022, 12:42 PM
    Hello there, would anyone know how to set CI provider in Cypress Dashboard? If there is some environment variable or something like that. I haven’t found answer in docs. I tried to set COMMIT_INFO_REMOTE, but it haven’t helped. It started to happen when we started to use Docker in pipeline instead of plain NodeTools in Azure Devops.
  • f

    faint-terabyte-57308

    10/18/2022, 10:27 AM
    Hej, I can't reset my password. I'm not getting any error, but I also don't receive an email to reset my password. Who can help here?
  • f

    fresh-doctor-14925

    10/18/2022, 2:59 PM
    Someone else had this issue yesterday. Try emailing support@cypress.io
1...678...14Latest