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

    magnificent-shoe-72864

    06/10/2022, 1:10 PM
    anyother Buildkite users?
  • b

    billions-scooter-43110

    06/13/2022, 7:47 AM
    Hello everyone, I wonder if it's possible for Cypress For Jira plugin to create Jira issues for failure tests automatically from Cypress Dashboard. Could anyone please help?
  • b

    bitter-vase-17481

    06/13/2022, 2:09 PM
    I just double-checked with an engineer on the dashboard after noticing that it was not documented on https://docs.cypress.io/guides/dashboard/jira-integration#Creating-a-Jira-issue-for-a-test-case. This is not a current capability of the integration with Jira. There is a button to create the Jira from within the failing test's results panel, but not to do so automatically upon failure.
  • b

    billions-scooter-43110

    06/13/2022, 2:21 PM
    Thank you!
  • w

    witty-park-87133

    06/15/2022, 8:41 PM
    hey, does anybody knows where did the "run all tests" button went after the big update to v10?
  • f

    fancy-match-96032

    06/15/2022, 8:42 PM
    @witty-park-87133 https://github.com/cypress-io/cypress/discussions/21628
  • w

    witty-park-87133

    06/15/2022, 8:44 PM
    thanks for the quick reply!
  • e

    echoing-painting-40909

    06/16/2022, 8:51 AM
    Here is a solution from Gleb with v1à: https://glebbahmutov.com/blog/run-all-specs-cypress-v10/
  • h

    hallowed-mouse-50470

    06/17/2022, 5:05 PM
    Hi team we in our current engagement with Cypress planning to achieve parallel test execution Does any one have real experience on how the distribution of tests is done by dashboard to various containers to achieve parallelization Any insight and help is greatly appreciated
  • m

    magnificent-finland-58048

    06/17/2022, 6:45 PM
    scroll down https://cypress.slides.com/cypress-io/siemens-case-study#/14/2/0
  • g

    gray-kilobyte-89541

    06/17/2022, 6:45 PM
    https://on.cypress.io/parallelization Try it. Literally cuts it /N https://glebbahmutov.com/blog/parallelism-parameter/
  • i

    important-diamond-61614

    06/20/2022, 6:53 AM
    Hi there, When looking at the "most common errors" and "flaky tests" section of the dashboard, I see the message that I need to upgrade to Cypress 5 or greater. I am using Cypress 10 though. Is this a problem for anyone else?
  • f

    fresh-doctor-14925

    06/20/2022, 11:30 AM
    Not a problem on our implementation. Could be a bad placeholder? How long have you been connected to the dashboard?
  • i

    important-diamond-61614

    06/20/2022, 12:15 PM
    Hi Liam, Only about 3 to 4 days
  • f

    fresh-doctor-14925

    06/20/2022, 12:16 PM
    Hmm. Could just be that it doesn't have enough information yet. Also, the dashboard doesn't make this very clear, but for flake analysis to work you have to have retries enabled on your tests You can define this globally or on a per-spec level https://docs.cypress.io/guides/guides/test-retries
  • i

    important-diamond-61614

    06/20/2022, 12:23 PM
    re-runs are enabled, and I see some tests in the overview section that have the label "flaky"
  • i

    important-diamond-61614

    06/20/2022, 12:24 PM
    The most odd thing about this is that the message says I need to upgrade my cypress version.
  • f

    fresh-doctor-14925

    06/20/2022, 12:35 PM
    Yeah, that is weird. I think the Cypress team has the day off today, but I'm sure someone will take a look tomorrow
  • a

    adorable-optician-37575

    06/20/2022, 3:07 PM
    hey, wonder if anyone from cypress is available to help us with the grace period of our cypess dashboard subscription. It ended unexpectedly today. We reached out to our contact and get no response yet (probably because it's a US holiday).
  • a

    astonishing-electrician-44897

    06/21/2022, 7:29 AM
    Did anybody notice that the cypress dashboard is not working? Had this morning 500 Internal server error and now I see the login page but cannot login. Also this page says everything is fine and up and running while it's not. https://www.cypressstatus.com/
    • 1
    • 1
  • f

    fancy-match-96032

    06/21/2022, 1:06 PM
    Can you tell me roughly what time you first saw this? UTC preferably. Also, how were you authenticating?
  • f

    fancy-match-96032

    06/21/2022, 1:13 PM
    @important-diamond-61614 could you please contact our support team with this and give them your organization and/or project id and exact cypress version? this definitely should not be happening
  • b

    bored-baker-20372

    06/22/2022, 5:39 AM
    Hi there, we are running our Cypress project in GitLab, how do you see how many machines are enabled for record running, because currently we only have one. I'm not sure how to add more machines for parallelized runs, if that is to be configured on Cypress dashboard itself or GitLab. Can anyone point me a proper documentation for this? Much appreciated
  • m

    magnificent-finland-58048

    06/22/2022, 6:38 AM
    https://github.com/muratkeremozcan/angular-playground this repo is in gihub and circleCI, but it comes with the gitlab files . You could just drop it to gitlab, update the runners and you'd be set with a meta setup
  • m

    magnificent-finland-58048

    06/22/2022, 6:39 AM
    it's the repo tied to the combined coverage blog post https://dev.to/muratkeremozcan/combined-unit-e2e-code-coverage-case-study-on-a-real-life-system-using-angular-jest-cypress-gitlab-35nk I'm sure you'll find what you need somewhere in there
  • b

    bored-baker-20372

    06/22/2022, 2:37 PM
    Thanks for this @magnificent-finland-58048 , this will take some research for me, never experienced creating Machines for Cypress use, hopefully we can reduce our 15 mins run test because we only have 1 machine (CI) running. 🥺
  • m

    magnificent-finland-58048

    06/22/2022, 2:42 PM
    at my old company (Siemens) we believed in "cost cutting" too 🙂 we had 2 EC2 instances, a runner each, and 100 + engineers shared them 2-3 machines is ok, unless everyone is pushing pipelines together. If so, I recall gitlab had a semaphore concept where only one CI execution would happen at a time in a single repo, and the next would wait in queue. It should be somewhere in their docs.. it will help in your case
  • f

    fresh-doctor-14925

    06/22/2022, 2:44 PM
    That sounds painful
  • m

    magnificent-finland-58048

    06/22/2022, 2:46 PM
    constrained resources promote innovation 😅 we could release to prod in 90 minutes, technically... And I ninja'd that many times without process overlords knowing, many times... but with PROCESS, it would take 3 months to release a todo app 😂
  • f

    fresh-doctor-14925

    06/22/2022, 2:49 PM
    New channel for this server: #test-confessions
12345...14Latest