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

    fancy-match-96032

    06/22/2022, 3:28 PM
    you can also check out our docs on it here for more info on the general flow & how to set it up: https://docs.cypress.io/guides/guides/parallelization
  • h

    hallowed-mouse-50470

    06/22/2022, 8:34 PM
    We have run into same issue the week ago as we are new to Cypress we wanted execute our tests parallel searched many and every document pointed to ci integration We are achieving parallel execution using multiple Dockers cointainers and running tests point to Dockers and Cypress dashboard is taking care of distribution
  • f

    flaky-barista-77342

    06/23/2022, 2:36 PM
    Hi everyone, I'm just wondering if there is (or is planned to be) a dashboard feature that would allow you to trigger a pipeline in the integrated GitLab. I'd be great, if we can e.g. select Branch and a certain Tag and run the pipeline from the dashboard directly.
  • m

    magnificent-finland-58048

    06/23/2022, 2:44 PM
    you know, so many ppl at Extend have asked for this feature... it takes some work to do it in your own CI provider
  • m

    magnificent-finland-58048

    06/23/2022, 2:51 PM
    that's a one liner ๐Ÿ˜… yarn cypress-repeat run -n ${{ inputs.times }} --config-file cypress/config/${{ inputs.environment }}.json --spec ./cypress/*/.spec.ts --browser chrome --record --key=${{ secrets.CYPRESS_RECORD_KEY }} --parallel --tag ${{ inputs.environment}} --group ${{ inputs.environment }}-${{ inputs.project-directory }}
  • m

    magnificent-finland-58048

    06/23/2022, 2:53 PM
    in GHA, there is something called workflow_dispatch, can't remember the equivalent in GitLab do that with the above command, using Gleb's cypress-repeat plugin
  • f

    flaky-barista-77342

    06/23/2022, 3:10 PM
    Thanks @magnificent-finland-58048 I'll take a look ๐Ÿ˜‰
  • g

    gray-kilobyte-89541

    06/23/2022, 3:16 PM
    I trigger CircleCI workflows https://github.com/bahmutov/trigger-circleci-pipeline and you can do similar things with github, gitlab, pretty much every CI provider has some kind of API
  • a

    astonishing-electrician-44897

    06/24/2022, 9:13 AM
    Nice special animation ๐Ÿ™‚ Hover over the image to see it in action.
  • a

    adorable-smartphone-87280

    06/29/2022, 4:11 AM
    Does anyone know why the Cypress Dashboard thinks I'm running Cypress
    10.3.0
    when I'm most certainly running
    10.2.0
    ? Does this mean the version that the Dashboard is running?
  • f

    faint-lifeguard-66102

    06/29/2022, 6:27 AM
    Hi, anybody facing connection issues with the dashboard?
  • f

    faint-lifeguard-66102

    06/29/2022, 6:28 AM
    I'm facing extreme slowness and intermittent connection drops like the one shown in the screenshot above. Time : UTC 6.25AM Jun29
  • m

    magnificent-finland-58048

    06/29/2022, 3:13 PM
    can you double verify the cypress version with the CI machine?
  • a

    adorable-smartphone-87280

    06/29/2022, 3:32 PM
    I can see that 10.2.0 was the highest version installed when the job log readout begins.
  • m

    magnificent-finland-58048

    06/29/2022, 3:36 PM
    they may be sorting out a few things, 10.3.0 released today right?
  • a

    adorable-smartphone-87280

    06/29/2022, 4:19 PM
    Yesterday, yeah.
  • m

    magnificent-finland-58048

    06/30/2022, 10:46 AM
    I cannot reproduce this, shows 10.3.0
  • a

    adventurous-dream-20049

    06/30/2022, 2:48 PM
    @adorable-smartphone-87280 Was this happening in CI or locally?
  • m

    magnificent-finland-58048

    06/30/2022, 2:49 PM
    CI https://discord.com/channels/755913899261296641/982015401074511912/991556479192682496
  • a

    adventurous-dream-20049

    06/30/2022, 2:50 PM
    It appears there was a Cloudflare outage that coincides with the time you were receiving the error: https://www.cloudflarestatus.com/#past-incidents This should be resolved now. Do let me know if you are still receiving the error.
  • a

    adventurous-dream-20049

    06/30/2022, 2:52 PM
    @magnificent-finland-58048 @adorable-smartphone-87280 Are you using cypress-io/github-action: https://github.com/cypress-io/github-action
  • m

    magnificent-finland-58048

    06/30/2022, 2:54 PM
    I am, I am not sure about him
  • m

    magnificent-finland-58048

    06/30/2022, 2:56 PM
    I don't see the issue though
  • m

    magnificent-finland-58048

    06/30/2022, 2:57 PM
    his image shows Debian 10.9. he might not be using GHA
  • a

    adventurous-dream-20049

    06/30/2022, 2:58 PM
    If @adorable-smartphone-87280 is then, that may be the cause. Unless specified using a a cypress/included image, the action automatically installs the latest version of Cypress. We may have been in the process of releasing 10.3 when this ran. I am interested to see the timing, but also to see if that is even the case. He may have been using something else entirely.
  • a

    adventurous-dream-20049

    06/30/2022, 2:59 PM
    I'll wait for his response to investigate further.
  • m

    magnificent-finland-58048

    06/30/2022, 3:00 PM
    maybe it will self-heal those are the best
  • a

    adorable-smartphone-87280

    06/30/2022, 3:16 PM
    We are using the Cypress GitHub action in CI. I expected it would run the version specified in my package.json though.
  • m

    magnificent-finland-58048

    06/30/2022, 4:34 PM
    just for fun , switch from debian to ubuntu the other thing, if you're specifying a container in the yml settings, that one takes over
  • a

    adorable-smartphone-87280

    06/30/2022, 4:39 PM
    We run our CI on our own self-hosted hardware but I donโ€™t administrate it. This isnโ€™t a huge concern, just something unexpected I noticed.
12345...14Latest