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

    brash-cpu-33893

    10/20/2022, 8:46 PM
    Do you know any other report which we can configure with cypress and can see all details on that report like all response data of each API
  • f

    fresh-doctor-14925

    10/21/2022, 7:39 AM
    I don't, no
  • g

    gentle-dress-1046

    10/25/2022, 10:49 AM
    Hi, Is there a way to archive all tests in cypress dashboard?
  • f

    fresh-doctor-14925

    10/25/2022, 3:19 PM
    Other than waiting for your data retention period to pass, I don't think there is! Probably worth contacting their email support
  • i

    incalculable-rainbow-43330

    10/26/2022, 10:00 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
  • g

    gray-kilobyte-89541

    10/26/2022, 10:33 AM
    something like https://github.com/bahmutov/cypress-json-results
  • a

    acoustic-lock-46014

    10/26/2022, 5:01 PM
    Hi, new here, More than a week now since our company subscribed to Cypress Dashboard, I would like to ask for help on how to get accurate results From Dashboard to Slack. I use Github action and mocha reporting. I created a custom slack reporting but I would like to merge the generated json files after the parallel testing through github action. Is there a way to merge all the reports and not send a report per VM? What we want to achieve is after all the tests. Attached is an example of my custom report, if I use 3 containers 3 reports will be sent as well. What we want is to merge all the reports first before sending to slack channel. not sure if this is the correct channel πŸ€”
  • g

    gray-kilobyte-89541

    10/26/2022, 5:14 PM
    Cypress dashboard has Slack integration, why reinvent it?
  • a

    acoustic-lock-46014

    10/26/2022, 5:19 PM
    @gray-kilobyte-89541 thanks for responding. We were using wdio and saucelabs until today and we are going to fully transitioned to Cypress. All our engineers are used to get that kind of reporting, including the PassRate percentage which the Cypress dashboard can't provide, right?. We want to have the same reporting that can show the total Passed, Failed and PassedRate after running a parallel test. We have hundreds of tests to execute and getting those numbers to show to Devs are helpful.
  • a

    acoustic-lock-46014

    10/26/2022, 5:25 PM
    Also, another concern about the Dashboard is Tests are already completed in Github action, but sometimes I can see the Cypress builds are still running. It took minutes sometimes hours to finish the build. That is why having a custom report will be very helpful because we want to send the report immediately to devs channel after running the tests.
  • g

    gray-kilobyte-89541

    10/26/2022, 5:50 PM
    I see, well, I will leave it to Cypress team to respond
  • b

    best-flower-17510

    10/26/2022, 7:04 PM
    cc: @wonderful-match-15836
  • w

    wonderful-match-15836

    10/26/2022, 10:13 PM
    Thanks for the tag @best-flower-17510, sadly I know very little about this area. This seems like a good thing for our customer success folks to work with you on @acoustic-lock-46014. @adventurous-dream-20049 might be able to connect you to the best person.
  • a

    acoustic-lock-46014

    10/26/2022, 10:15 PM
    . Thanks @best-flower-17510 and @wonderful-match-15836 . I look forward to connect with @adventurous-dream-20049/anyone who can help me πŸ™ . πŸ˜ƒ
  • a

    adventurous-dream-20049

    10/26/2022, 11:59 PM
    @acoustic-lock-46014 Happy to be connected here! I like to use the https://github.com/antontelesh/mochawesome-merge. I have a repo with an example in this repo: https://github.com/conversaShawn/reporters/tree/mochawesomeMerge. Let me know if this option works for you.
  • a

    acoustic-lock-46014

    10/27/2022, 1:22 PM
    hi @adventurous-dream-20049 thanks , I just checked the repo, I am also using the mochawesome reproter but it doesn't merge the report correctly from parallel test through Github actions
  • a

    acoustic-lock-46014

    10/27/2022, 1:28 PM
    Heres the steps. Goal: Run Parallel Testing -> Merge all the reports -> Send one Report to Slack Current Output: If I use 3 VM's I will receive 3 reports as well, we want to get the merged report from 3 VM's before sending the report
  • a

    acceptable-fall-11897

    10/27/2022, 8:31 PM
    How can I connect cypress desktop with gitlab
  • a

    adventurous-dream-20049

    10/27/2022, 11:51 PM
    If using Cypress v10.3+, you should be able to log into your Cypress Dashboard directly from the Cypress app and have access to bi-directional data. If you have not connected GitLab to your Dashboard, you may need to use the instructions found here: https://docs.cypress.io/guides/dashboard/gitlab-integration#Installing-the-GitLab-integration Are you getting an error that you can provide here? That being said, I do recommend using the latest version of Cypress (10.11.0) as there have been some bugfixes and improved user experience. Please do let me know if that works for you.
  • a

    adventurous-dream-20049

    10/27/2022, 11:54 PM
    Ahh, good point. I didn't try in parallel. I'm gonna need to investigate this, but I'll work on this over the weekend as get back to you asap.
  • a

    acoustic-lock-46014

    10/28/2022, 12:38 PM
    Thank you so much @adventurous-dream-20049 πŸ˜ƒ
  • m

    melodic-gigabyte-16076

    10/28/2022, 8:45 PM
    Currently in our github actions we need to use OpenVPN before running Cypress. I'm looking to use a container to run our tests in parallel. I'm guessing that my container will need both OpenVPN and browsers in it correct?
  • c

    cuddly-kitchen-97815

    10/28/2022, 8:47 PM
    That sounds right. There's a cypress image that includes browsers readily available out there I think. You could write your own Dockerfile that uses that image as a base and install what you need for OpenVPN to work
  • m

    melodic-gigabyte-16076

    10/28/2022, 8:49 PM
    I'm trying to figure out if I should start with the OpenVPN base or the Cypress base but just wanted to make sure my assumption was correct. Thank you very much!
  • c

    cuddly-kitchen-97815

    10/28/2022, 8:50 PM
    It might be easier to start with an OpenVPN base, as you can use a
    docker run
    to pull down the Cypress image, run your tests, and get the results without actually building an image. Hope this helps!
  • a

    acceptable-fall-11897

    10/30/2022, 2:27 AM
    This is helpful to setup but I try to run test in parallel but all jobs run on all nodes.
  • i

    incalculable-rainbow-43330

    10/30/2022, 9:17 AM
    Hi Team iam facing a problem with Iterations actually, we thought to group our testing as ... as small Pices as possible so that when any issue occurs, we will be able to find the failing spec so, we broke our testing part into small parts of It's (Iterations) (Though they are not meaningful test cases just wanted to separate them into small blocks) but now the problem is Iterations are getting increased causing increase in bill so, is there any way we can Group the test case steps so that they appear in the dashboard on elaborating the Iteration? i tried by writing only one IT block and making existing It blocks description as cy.log But it looks not that worthy so, the question is, is there any way to show a group of steps with some name in cypress without using It block? any advice suggestion is highly appreciated thank you
  • h

    hallowed-mouse-50470

    10/30/2022, 7:00 PM
    As answered by below cypress has slack integration and more over you don’t need to sent all the email separately for each container once the execution completes you can get it triggered it into slack (getting report triggered into slack i did not explore based on theoretical knowledge)
  • i

    incalculable-rainbow-43330

    10/31/2022, 8:20 AM
    Hi Team is there any way to show extra information inside each Iteration block (It Block) as shown in below image so that it helps the viewers to understand what steps are completed inside each of Iteration also please help me by suggesting where to post this and where it fits as in our current project we have several such things which helps us to understand what inside each iteration went well etc.,
  • a

    acoustic-lock-46014

    10/31/2022, 12:47 PM
    As mentioned above, we need to have a report that shows the "Passing rate, Passed and Failed count" with triggered event and other basic info from the report which I I already implemented and it works great when running in single Container(not parallel). I understand that Cypress Dashboard has it's own slack integration but it's not the report we needed. I am hoping that anyone can help me merge the report correctly after parallel testing execution from Github action. Thanks! cc: @adventurous-dream-20049
1...8910...14Latest