https://cypress.io logo
Join Discord
Powered by
# general-chat
  • g

    green-microphone-59636

    06/06/2022, 7:23 PM
    Is @billions-barista-30103/snapshot dead? Our app has a real need for this kind of testing, but the npm has a high severity vulnerability, which won't fly in our environments. And it looks like it hasn't been touched in a long time, with a lot of PRs just sitting out there.
  • c

    chilly-wire-18703

    06/06/2022, 10:58 PM
    i have something like that that i can probably open source
  • a

    adamant-magazine-53646

    06/07/2022, 5:32 AM
    Hi Has anyone tried using orchestrator for parallelizing test
  • m

    miniature-dawn-64694

    06/07/2022, 9:35 AM
    hi there. where can I leave my comments concerning typo's I found within the Cypress Documentation pages?
  • c

    cold-accountant-75560

    06/07/2022, 9:36 AM
    Hi does someone knows how can I contact cypress support directly?
  • e

    echoing-painting-40909

    06/07/2022, 9:39 AM
    Hi, you can open an issue there: https://github.com/cypress-io/cypress-documentation/issues/new/choose
  • e

    echoing-painting-40909

    06/07/2022, 9:41 AM
    community support options are listed there: https://www.cypress.io/support There is an email support starting wth the Team plan : https://www.cypress.io/pricing
  • c

    creamy-greece-10206

    06/07/2022, 4:24 PM
    Did anything come out of this? We are seeing an issue with our PWA Application crashing after it reaches 10mb in electron and sometimes in Chrome
  • c

    cool-market-53071

    06/07/2022, 7:47 PM
    Is there a minimal example of using github actions to do a single test of a static website? I don't need the kitchen sink which confuses things. Using Cypress 10. thanks.
  • a

    adventurous-dream-20049

    06/07/2022, 10:05 PM
    We are still investigating. Is it possible to provide a reproducible example that we can run?
  • a

    adventurous-dream-20049

    06/07/2022, 10:10 PM
    You mean something like this:
    Copy code
    name: v10
    # run workflow on git push and git pull
    on: [push, pull_request]
    jobs:
      cypress-run:
        # OS
        runs-on: ubuntu-latest
        steps:
          - name: Checkout
            # checks-out your repository so your workflow can access it
            uses: actions/checkout@v2
          - name: Run Cypress
            # GitHub Action for running Cypress end-to-end tests
            uses: cypress-io/github-action@v4
            with:
              record: true
              config-file: cypress.config.js
    c
    • 2
    • 46
  • a

    adventurous-dream-20049

    06/07/2022, 10:26 PM
    You mean something like this
  • a

    astonishing-electrician-44897

    06/08/2022, 9:23 AM
    Hello did someone else also had this issue that you cannot overwrite the baseurl in a local file like cypress.env.json? I made a bug report for this: https://github.com/cypress-io/cypress/issues/22181 But maybe I am just doing something wrong here?
  • a

    adventurous-dream-20049

    06/08/2022, 10:12 AM
    Looks like there is a similar issue here, specifically the option 2 portion: https://github.com/cypress-io/cypress/issues/8680
  • w

    worried-lion-79607

    06/08/2022, 11:08 AM
    Hi guys, i have this problem -> Can you help me
  • w

    worried-lion-79607

    06/08/2022, 11:11 AM
    I updated Cypress to Cypress 10, and now i have this problem
  • g

    gray-kilobyte-89541

    06/08/2022, 12:11 PM
    baseUrl is NOT coming from cypress.env.json See https://glebbahmutov.com/blog/cypress-tips-and-tricks/#use-the-page-base-url and

    https://www.youtube.com/watch?v=f5UaXuAc52c▾

  • h

    hallowed-monkey-93167

    06/08/2022, 12:43 PM
    Hi all, please i have been facing issues for days now without fix, when i run my cypress test i keep getting these errors in cypress chrome instance, but i can clearly visit the url in my normal chrome browser.
  • b

    bumpy-gpu-33392

    06/08/2022, 12:54 PM
    Can you use an Okta API token to authenticate Okta? On the docs online all I see is a username/password route.
  • a

    astonishing-electrician-44897

    06/08/2022, 1:43 PM
    We had simular issues but it was because of the SSL certificate in IIS under the bindings. Where we needed to select the correct one.
  • f

    full-journalist-87924

    06/08/2022, 2:16 PM
    has anyone figured out how to query postgres after upgrading to cypress 10? The two libraries i know of cypress-postgres and cypress-postgresql has not been updated and I can no longer access the postgres database.
  • b

    best-flower-17510

    06/08/2022, 3:05 PM
    Hey can you post this in #974362106822545429 to increase visibility?
  • a

    acceptable-wolf-85307

    06/08/2022, 4:08 PM
    I am new to cypress. When I opened the testrunner for the 1st time I don't see any default files and cypress folder is not getting added where we have integration sub folder one
  • h

    hallowed-doctor-10352

    06/08/2022, 5:00 PM
    I have been trying to open cypress runner using almost all the commands, the runner opens for a second then close on its own can someone please help with this. I have tried to install cypress many times it's happening every time.
  • f

    fresh-doctor-14925

    06/08/2022, 6:28 PM
    You’re more likely to get help if you provide more information. What OS? Are you using npm, yarn? Which version of cypress? What commands?
  • m

    mysterious-sandwich-43667

    06/09/2022, 5:13 AM
    So does Cypress 10 throw an error every time you close it like it does for me (Mac)?
  • f

    fresh-doctor-14925

    06/09/2022, 6:06 AM
    Where do you see the errors?I’ve sometimes seen errors in the terminal. Do you have a screenshot?
  • a

    adorable-machine-81849

    06/09/2022, 9:14 AM
    Is that possible to send the cypress Mochawesome HTML reports to other person. and other person will be able to view the report
  • m

    mammoth-electrician-64243

    06/09/2022, 12:57 PM
    I've just upgraded from cypress 9 to 10 and have an issue with chrome it seems. Cypress finds 13 specs to run. Strangely, when starting the second, it says it can't open a new tab. I'm running headed with exit. It does close the browser visually, but for some reason I get this message.
    Copy code
    Failed to open a new tab
    Error: Failed to open a new tab
        at ..\Cypress\Cache\10.0.3\Cypress\resources\app\node_modules\chrome-remote-interface\lib\chrome.js:94:35
    (chrome 102.0.5005.63)
  • r

    rich-pharmacist-74804

    06/09/2022, 2:26 PM
    Greeting all! I am glad that the cypress team has added the "cy.origin" to test different origins. But in my case, If I clicked on a button it redirect to a different URL and a different page/tab which makes my test fail. Image Detail: tg-e2e - cypress running tab, Sunrise UPC is another tab open after clinking on a button. Any solution?
1...474849...127Latest