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

    refined-waiter-60009

    12/16/2022, 3:06 PM
    There is a way to run cypress cloud locally? I don't have a network and I want to view the tests dashboard
  • a

    adventurous-dream-20049

    12/16/2022, 3:45 PM
    Hi @refined-waiter-60009. This is duplicate of your previous question, which was answered here: https://discord.com/channels/755913899261296641/982015401074511912/1044692914674073641 If you would like real-time updates on a feature request, I recommend creating a new GitHub issue and setting a notification. Thanks!
  • r

    refined-waiter-60009

    12/16/2022, 5:26 PM
    I asked this to understand if there is a docker compose of cypress cloud?
  • a

    adventurous-dream-20049

    12/16/2022, 6:23 PM
    Hmmm, thanks for clarifying. We have several Docker images for testing scenarios: https://docs.cypress.io/examples/examples/docker#Images. However, Cloud access is only available via the internet. One option you may be able to utilize the Module API, but we don't have any first class examples of how to implement: https://docs.cypress.io/guides/guides/module-api
  • f

    fresh-doctor-14925

    12/19/2022, 11:40 AM
    Last time we spoke, I gave you an answer for what you'd need to do if you wanted to have some form of on prem dashboard https://discord.com/channels/755913899261296641/982015401074511912/1044901701720735754
  • c

    careful-insurance-62240

    12/19/2022, 1:39 PM
    Please find my New Blog on Cypress Cloud + CI/CD GitHub actions + Execution Time comparison https://qaautomationlabs.com/test-case-parallelly-in-cypress-cloud-and-ci-cd-github-actions/
  • a

    adventurous-dream-20049

    12/20/2022, 1:51 PM
    Hi @careful-insurance-62240 Thanks for sharing your article. This channel is mainly for resolving technical issues with the Cloud, so I recommend sharing this great resource in the #961325024114008064 channel for more traction.
  • a

    acoustic-lock-46014

    12/20/2022, 7:20 PM
    Hi, I have noticed the slowness of cypress tests in github actions and recording in cypress cloud today. Nothing has changed in our workflow and all tests are okay to run on the local machine. Is there an issue now with cypress when run on CI?
  • g

    glamorous-art-41195

    12/21/2022, 8:27 AM
    Hi! I'm new in this group, but I used Cypress befor so it's not new for me 🙂 For the past several days I have a problem: - I'm using Cypress Cloud with GitHib Actions and I need to send the results to PractiTest Does somebody here already had this problem and/or know a solution ?
  • a

    adventurous-dream-20049

    12/21/2022, 2:40 PM
    I've not heard of any first class examples on our side, but did find a possible solution listed on the PractiTest Discussion forum: https://discuss.practitest.com/t/practitest-integration-with-cypress-docs/1317
  • a

    adventurous-dream-20049

    12/22/2022, 3:01 AM
    @refined-waiter-60009 Circling back here. Can you tell me what you are trying to learn? Eg - do you want to run it locally for fun, or are you trying to do something specific?
  • r

    rough-oxygen-26641

    12/22/2022, 1:56 PM
    Hey everyone About cloud, when does the (free) monthly test cap refresh? End of the month?
  • a

    adventurous-dream-20049

    12/22/2022, 2:53 PM
    Free and monthly and plans reset 00:00 EST on the first of each month. You can verify this date by hovering over the badge below your plan information on the Billing and Usage Page in the Cloud.
  • r

    rough-oxygen-26641

    12/22/2022, 2:55 PM
    Thanks a bunch
  • r

    refined-waiter-60009

    12/23/2022, 8:51 PM
    I have an application with e2e tests The app and my computer are on an internal network I wanted to know if it is possible to use the cypress cloud dashboard when I am on an internal network and not connected to the Internet?
  • h

    hallowed-mouse-50470

    12/30/2022, 6:08 AM
    Did anyone work on Multiple tab validations in cypress? For our project, we have a test scenario like login with one user and selecting one item and starting editing when logged in with a different user in another tab it should show some locked banner stating the item is being edited we wanted to do verification in the second tab as cypress doesn't support this is there any workaround? share you thoughts!!
  • m

    melodic-gigabyte-16076

    01/03/2023, 6:18 PM
    Is there a way to export the results from a run on the Cypress cloud? I need the test cases that were run exported ideally
  • a

    adventurous-dream-20049

    01/03/2023, 10:56 PM
    We currently don't have a way to natively export the test results from Cypress Cloud. You can, however, download a CSV file that will give you a spreadsheet of the Analytics (https://docs.cypress.io/guides/cloud/analytics#Run-status) of your run. Another option may be to utilize the Module API (https://docs.cypress.io/guides/guides/module-api) to send these custom alerts or messages to the appropriate teams, etc. after a test run has completed or create a custom reporter (https://docs.cypress.io/guides/tooling/reporters#Custom-reporter)
  • g

    glamorous-lighter-30340

    01/04/2023, 2:11 AM
    To add on to this, maybe control P/cmd P, print and save as PDF
  • r

    red-horse-50395

    01/04/2023, 2:33 AM
    What is their pricing model? Do you have any information?
  • w

    white-daybreak-77740

    01/04/2023, 7:20 PM
    Hi, I use cypress cloud and when i run the test on CI it shows the brach as “unknown brach”. How can cypress pickup the branch name?
  • a

    adventurous-dream-20049

    01/04/2023, 7:24 PM
    Short answer:
    COMMIT_INFO_BRANCH
    Longer answer: Cypress uses the @cypress/commit-info package to extract git information to associate with your runs (e.g. branch, commit message, author). Under some environment setups (e.g. docker/docker-compose) if the .git directory is not available or mounted, you can pass all git related information under custom environment variables. You can read about these variables and how to debug them in our documentation here: https://docs.cypress.io/guides/continuous-integration/introduction.html#Git-information
  • w

    white-daybreak-77740

    01/04/2023, 8:40 PM
    Thanks for the response, I understand that cypress commit info library picks up the commit info and i do see other details like author and message without any extra env variables but brach info is not coming. 🤔
  • a

    adventurous-dream-20049

    01/04/2023, 10:12 PM
    Depending on your CI provider and Git version control, you would set the env var in your .yml/pipeline. If you can tell me your CI Provider and Git version control, I may be able to point you n the right direction
  • m

    microscopic-army-78853

    01/06/2023, 10:36 AM
    Hey all, on the graph for flaky tests it shows a count. Is there a way to make it a percentage? Ie if I have one week with far more test runs than another I don’t want that to show as more flaky just because it had more runs. I want to see if I have improved the flakiness over time
  • a

    adventurous-dream-20049

    01/06/2023, 9:52 PM
    There is an option to see the flaky rate, but it is for a specified time, maybe a week. Ive included a video. If that's not what you're looking for, would you mind sending me a personal message so that I can provide this feedback to our Product & Engineering teams?
  • g

    gentle-dress-1046

    01/10/2023, 10:09 AM
    I think the site is down
  • g

    gentle-dress-1046

    01/10/2023, 10:10 AM
    @adventurous-dream-20049 @cuddly-winter-72122
  • g

    gentle-dress-1046

    01/10/2023, 10:34 AM
    ok I think its back
  • t

    thousands-house-85089

    01/10/2023, 10:38 AM
    Cloud dashboard is very slow / unresponsive at the moment
1...1011121314Latest