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

    acceptable-hamburger-48790

    07/28/2022, 2:49 PM
    Cypress distributes the tests across the machines/slaves setup in your organization pipeline. Cypress doesn't provide the slaves.
  • f

    future-caravan-75733

    07/28/2022, 2:53 PM
    that's what I thought but I just wanted to confirm it. thanks @acceptable-hamburger-48790 !
  • a

    adorable-smartphone-87280

    07/28/2022, 3:38 PM
    https://giphy.com/gifs/britney-spears-awkward-uncomfortable-tHJA1JRzcWDlzzMQ7F
  • a

    adorable-smartphone-87280

    07/28/2022, 3:39 PM
    Me, realizing that in addition to renaming our
    master
    branch
    main
    , we should really start using the term
    delegates
    for any subordinate VMs we spawn.
  • m

    magnificent-finland-58048

    07/29/2022, 3:29 AM
    if you setup the parallel machines and not use Cypress Dashboard, it will run a duplicated test suite in each one
  • f

    future-caravan-75733

    07/29/2022, 4:37 AM
    I know!
  • s

    stocky-energy-76306

    07/29/2022, 7:00 AM
    Hey, my cypress test is failing due to Getting navigated back to previous url instead of remaining on new one. console is showing Event: new url Url Updated By: replaceState Args: (3) [null, "", "/"]
  • s

    stocky-energy-76306

    07/29/2022, 7:03 AM
    Hey, my cypress test is failing due to Getting navigated back to previous url instead of remaining on new one. first test case is running fine after that only i am facing this issue. console is showing Event: new url : Url Updated By: replaceState Args: (3) [null, "", "/"]
  • r

    rough-hamburger-82157

    07/29/2022, 9:25 AM
    is their any option for live recording testing
  • a

    acceptable-hamburger-48790

    07/29/2022, 12:37 PM
    cypress dashboard app shows real time status on execution and also records video
  • f

    full-wall-14294

    08/05/2022, 9:28 PM
    New event from FacePunch and Twitch has been anonounced. Free expensive items from rust for everyone who have a steam account! Hurry up, the promotion lasts only from July 28 to August 15 https://rust-us.com/twitch-event
  • i

    incalculable-crowd-80129

    08/12/2022, 1:20 PM
    How can I delete a run in Cypress dashboard? It is only allowing me to archive but not delete the runs.
  • f

    fancy-match-96032

    08/12/2022, 6:15 PM
    there isn't currently a way to do this, but it's something we could factor in when prioritizing future work. what's your use case?
  • i

    incalculable-crowd-80129

    08/13/2022, 10:46 AM
    Actually I recently implemented parallel testing and I I tried to trigger the tests using Github Actions. Tests ran successfully on the 1st attempt but when I again tried to trigger the tests, test are skipping. So I tried to the delete the run thinking that may be Cypress does-not allow to run tests for a same commit. I also experimented with adding a commit and the tests got executed.
  • g

    gray-kilobyte-89541

    08/13/2022, 7:12 PM
    please read the cypress github action docs. I think it tells the solution to re-running the tests correctly (and generating the new run id)
  • i

    incalculable-crowd-80129

    08/13/2022, 7:13 PM
    Sure Gleb, may be I missed it earlier.
  • i

    incalculable-crowd-80129

    08/14/2022, 6:02 AM
    Gleb, I just added the GITHUB_TOKEN and it worked. Thanks!
  • q

    quiet-intern-33864

    08/14/2022, 8:28 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

    incalculable-crowd-80129

    08/14/2022, 5:43 PM
    Hello again, I have a separate test repository for cypress tests. We have configured the cypress tests in that repository to run whenever we assign a
    test ready
    label to a Pull Request of actual Code Repository. My question is: Can we make Cypress comment on that specific Pull Request where I have assigned a
    test ready
    label ?
  • g

    gray-kilobyte-89541

    08/14/2022, 9:38 PM
    something like this https://glebbahmutov.com/blog/how-to-keep-cypress-tests-in-another-repo/#status-checks
  • i

    incalculable-crowd-80129

    08/15/2022, 5:18 AM
    Sure, gleb will check out.
  • c

    creamy-orange-48897

    08/15/2022, 10:56 AM
    Hi šŸ‘‹ I have a repository running a lot of Cypress tests. Unfortunately, we are battling some flaky tests at the moment. I'm wondering if it's possible write the following rule: Ā  IF there exists a flaky test AND the test has been run at least 10 times on the base branch (develop) AND the flaky status exceeds a certain percentage (30%) THEN request developers (open PR, Slack message, ticketing system) to look at the test
  • u

    user

    08/16/2022, 2:05 PM
    Bug in the dashboard: When inspecting a screenshot it flickers. I don't know why. I assume it's because the test suite is still running. Here is a GIF:
  • f

    fancy-match-96032

    08/16/2022, 2:23 PM
    nice catch. i see this as well while the run is in progress. we'll get it in our backlog CC @bulky-piano-7236
  • i

    incalculable-crowd-80129

    08/17/2022, 1:28 PM
    Facing this issue: Running 2 specs in 2 different machines via GH Actions in parallel mode, one of the specs gets stuck here most of the time and therefore have to manually cancel the workflow. Here, did the cypress got disconnected or is this the issue with Github Actions? [Additional Info: The tests in another machine finished executing in a few seconds and the tests in this machine took more than 3minutes.]
  • p

    purple-salesclerk-94323

    08/17/2022, 7:38 PM
    Does anyone experience problem with logging in to dashboard through Cypress standalone application on MacOS? The spinner keeps spinning forever despite the fact that I'm already logged in
  • s

    shy-scientist-68278

    08/18/2022, 11:17 AM
    I'm having problems with the Dashboard. The run is never ending. It seems like there is one job left to run but it never finishes. I will gladly assist in debugging why this occurs if some developer from Cypress can look at this. For some reason 2 runners were cancelled. Could that be the cause?
  • b

    billions-megabyte-48904

    08/18/2022, 8:34 PM
    My project has 3 environments name int, uat and prod. These have corresponding folders on my local machine with their respective test cases. My question, how can load those different test cases into different branches on the Dashboard? Can someone point me or show me how its done? Thanks for your help guys.
  • b

    billions-megabyte-48904

    08/18/2022, 8:36 PM
    @billions-megabyte-48904
  • a

    acceptable-hamburger-48790

    08/19/2022, 11:18 AM
    Did you explore running tests based on tags ?
12345...14Latest