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

    magnificent-finland-58048

    06/30/2022, 4:49 PM
    can you paste the relevant yml just for reference?
  • a

    adorable-smartphone-87280

    06/30/2022, 5:25 PM
    Copy code
    jobs:
      job-name:
        runs-on: [self-hosted, cypress]
        container:
          image: cypress/browsers:node14.17.0-chrome91-ff89
  • b

    breezy-area-11544

    07/04/2022, 6:38 PM
    [REMOVE ORGANISATION] Hello guys, I want to remove one organisation from cypress dashboard But then I see this message:
    Copy code
    Deleting to delete requires that all of its projects be transferred or deleted first. This is done to avoid deleting any build data unexpectedly.
    
    You need to transfer or delete 1 project first.
    I'm not sure what do I have to do with this. I just want to remove an organisation because I didn't the the first integration correctly, so I started all over with another one. And now I have 2 of sort of the same, but I don't want to delete my repository of course. Can someone help please. šŸ™
  • m

    magnificent-finland-58048

    07/05/2022, 11:13 AM
    switch back to the original org and make sure there are no projects
  • f

    fresh-hairdresser-85192

    07/05/2022, 11:17 AM
    Hey guys, I'm trying to connect my dashboard to a staging AWS Codebuild environment but I can't seem to get it to pick it up. It only picks up the tests if I run them on localhost. Does anyone know what I'm missing? This is my command. Thanks
    npx cypress run --record --key <secret-key> --parallel
    f
    • 2
    • 3
  • f

    fancy-match-96032

    07/05/2022, 2:29 PM
    Contact our support team if you can’t get this to work. Cypress is off this week, but we could take care of it for you when we’re back in
  • f

    fresh-hairdresser-85192

    07/05/2022, 2:57 PM
    Hey guys I m trying to connect my
  • a

    alert-area-86576

    07/05/2022, 8:39 PM
    Hello
  • a

    alert-area-86576

    07/05/2022, 8:39 PM
    What is the command to run a specific feature file in cypress dashboard?
    f
    • 2
    • 10
  • f

    fancy-match-96032

    07/06/2022, 2:03 PM
    Run Specific Feature File
  • f

    fancy-match-96032

    07/06/2022, 2:33 PM
    @alert-area-86576 you should remove that key from your screenshot
  • a

    alert-area-86576

    07/06/2022, 2:35 PM
    oh ok. will try. Thanks
  • f

    fancy-match-96032

    07/06/2022, 2:39 PM
    @alert-area-86576 I removed the screenshot so others don’t find it in here. Keep in mind the record key is a private token
  • a

    alert-area-86576

    07/06/2022, 2:40 PM
    oh thank you
  • a

    alert-area-86576

    07/06/2022, 3:04 PM
    @fancy-match-96032 if i remove the key it gives error and how will it run in dashboard without key
  • a

    adorable-smartphone-87280

    07/06/2022, 3:36 PM
    They don't mean remove it from your code, they just mean don't share screenshots of it here.
  • a

    alert-area-86576

    07/06/2022, 3:37 PM
    that i got. My question was why the execution got stuck?
  • f

    fancy-match-96032

    07/06/2022, 6:36 PM
    One option you could try is enable logging on the command-line. https://docs.cypress.io/guides/references/troubleshooting#To-clear-App-Data near the bottom titled Print DEBUG Logs
  • a

    alert-area-86576

    07/14/2022, 6:39 PM
    I am facing issue with Cypress Dashboard, test execution gets stuck? How to resolve this issue?
  • f

    famous-restaurant-30435

    07/14/2022, 6:41 PM
    Where are your tests running? Check there first.
  • a

    alert-area-86576

    07/14/2022, 7:46 PM
    It runs fine in my local but when i run it in dashboard it gets stuck after 3 test run
  • f

    famous-restaurant-30435

    07/14/2022, 8:04 PM
    Im not sure I understand. When you are not running it locally, where are you running it?
  • a

    alert-area-86576

    07/14/2022, 8:19 PM
    When i run test suite in dashboard it gets stall.
  • a

    alert-area-86576

    07/14/2022, 8:19 PM
    why does this happens and how to resolve this?
  • a

    alert-area-86576

    07/14/2022, 8:20 PM
    i have to terminate that current job and start new one
  • n

    nice-lawyer-99289

    07/14/2022, 9:45 PM
    you don't run tests in the dashboard, you only send results to the dashboard of the tests that are being run somewhere else. That's why @famous-restaurant-30435 asked you where you run tests, whether it is still a local machine but with
    --record
    flag or is it some other machine like a CI one. Does it make sens?
  • p

    powerful-orange-86819

    07/26/2022, 12:44 PM
    I think this create issue button being misplaced has been a bug for a long time in the dashboard lol
  • r

    rough-hamburger-82157

    07/28/2022, 6:26 AM
    how to write code for popup message in cypress
  • f

    future-caravan-75733

    07/28/2022, 2:30 PM
    One question about the Cypress dashboard. When you run the specs on parallel, the machines that you need to run the tests (2, 4, 16...) are provided by cypress or you need to setup slaves/machines on your side (Jenkins nodes, aws machines etc). Its not clear for me or at least I didn't fully understand that
  • f

    future-caravan-75733

    07/28/2022, 2:30 PM
    Thanks 😊
12345...14Latest