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

    fast-artist-45202

    05/23/2023, 12:26 AM
    Yeah, I could swing that! Thanks so much
  • n

    nice-summer-59524

    05/23/2023, 1:32 AM
    Is it just me, or is every link broken on the Examples/Blogs page? There's a long list of articles, but every item links to that blog's homepage, rather than to the referenced article. https://docs.cypress.io/examples/media/blogs-media
  • s

    sparse-notebook-44714

    05/23/2023, 1:47 AM
    Is anyone free to help me figure out some basic functionality that seems to be erroring in an unexpected place? I'm also having trouble getting Cypress to even show me an error, it just returns to the screen where I select my script when I run it using
    cypress open
    and it hangs when using
    cypress run
  • s

    sparse-notebook-44714

    05/23/2023, 1:47 AM
    Please DM me if you're free within this hour, it's time sensitive
  • m

    many-airline-45402

    05/23/2023, 6:01 AM
    @nice-summer-59524 It seems like it's a bug on the documentation site since the source of https://docs.cypress.io/examples/media/blogs-media on https://github.com/cypress-io/cypress-documentation/blob/main/src/data/blogs.json contains the full URLs as well as the home page URLs. The last new content is 2 years old though, so in general it looks like there is currently no focus on the media / blogs page. The main blog https://www.cypress.io/blog/ is however up-to-date.
  • a

    adamant-kangaroo-12850

    05/23/2023, 6:42 AM
    Good day, I am trying to use Applitools within my Cypress (v10.11.0) project (the project already uses the Cypress-if plugin), but keep getting the following error, that links to the Cypress-if plugin. If I remove the Cypress-if plugin from my project, it works fine. But I need the plugin for my test. Has anyone used both Cypress-if and Applitools in their projects?

    https://cdn.discordapp.com/attachments/763114122065739818/1110457634080964658/Screenshot_2023-05-23_at_08.40.04.JPG▾

  • m

    many-airline-45402

    05/23/2023, 7:44 AM
    Hi @adamant-kangaroo-12850 I can see that your issue is discussed in the open GitHub issue https://github.com/bahmutov/cypress-if/issues/58
  • a

    adamant-kangaroo-12850

    05/23/2023, 7:47 AM
    Hi Mike, sorry, yes, I also found that now. Trying to downgrade Cypress and see if it maybe fixes the issue. Will post if I find a solution. Thanks!
  • r

    rough-magazine-51515

    05/23/2023, 12:47 PM
    Hello, I am looking for a good tutoral for cypress parallel. I'm trying to run different tests on the same time.
  • m

    many-airline-45402

    05/23/2023, 1:40 PM
    Hi @rough-magazine-51515 Have you read https://docs.cypress.io/guides/guides/parallelization?
  • b

    brave-doctor-62978

    05/23/2023, 3:06 PM
    am i crazy or do file:preprocessors not run for component tests?
  • b

    blue-battery-71202

    05/24/2023, 7:03 AM
    Anyone has experience with RabbitMQ and Cypress?
  • c

    crooked-megabyte-18846

    05/24/2023, 9:59 AM
    Anyone setup OpenAPI schema validation, with Cypress?
  • g

    gray-kilobyte-89541

    05/24/2023, 12:30 PM
    I did in my paid course https://cypress.tips/courses/network-testing
  • f

    faint-pilot-48554

    05/24/2023, 12:57 PM
    Hi all, i am trying to run cypress test on local environment. When we start our app locally. We start chrome by mapping some domains with ip and port. Something like this. Image 1 Now when i run my test in cypress and points to this dev-local domain by giving 8000 port in baseurl. I am able to load the page but some of the js calls still calls the domain without using the port like this _ image 2 How can i specify port to internal calls?

    https://cdn.discordapp.com/attachments/763114122065739818/1110914479065137272/20230524_181929.jpg▾

    https://cdn.discordapp.com/attachments/763114122065739818/1110914479442628649/20230524_182502.jpg▾

  • f

    famous-dog-82296

    05/24/2023, 1:14 PM
    You'll prob want to post that in #1064946933187235880
  • a

    acceptable-family-97943

    05/24/2023, 2:25 PM
    I'm currently struggling with an issue in regards to my component tests. We load in Material Icons and this works without any issues on Windows, but as soon as we run this on Linux (Ubuntu), none of the fonts are loaded in. These are
    .woff2
    files and it only happens with the tests. If we serve our application or open a production build that uses these components, all icons are present. Also want to mention that this 'section' isn't really that useful since it has nothing .. it's just a title 😅 https://docs.cypress.io/guides/component-testing/styling-components#Icon-Fonts-None-of-my-icons-are-rendering
  • c

    cold-cat-63632

    05/24/2023, 2:26 PM
    hi guys . i have set chromeWebSecurity: false in cypress.config.js but when i run tests, i get this cert error .. ERR_CERT_AUTHORITY_INVALID .. is there another way I can ignore the certificate errors?
  • c

    crooked-megabyte-18846

    05/24/2023, 2:52 PM
    do you import the swagger/openapi yml, or are you transforming a response into a JSON schema and using that? and which plugins do you use?
  • a

    able-magician-21289

    05/24/2023, 4:21 PM
    Hey @best-flower-17510 I ve missed the zoom event (below) today. How can we have the recording? https://discord.com/channels/755913899261296641/958013993425960971/1110931751141916754
  • g

    gray-kilobyte-89541

    05/24/2023, 5:11 PM
    I use
    openapi-response-validator
    to verify the server responses that I spy on using
    cy.intercept
  • b

    best-flower-17510

    05/24/2023, 5:23 PM
    Hey @able-magician-21289 , the recording will be added to our YouTube within 48 hours 😀
  • c

    colossal-table-38461

    05/25/2023, 11:10 AM
    Hello All. I am working on 1 scenario, but facing 1 different issue. Scenario : 1. visiting url using cy.origin('microsoftonline.com') 2. visiting application url using cy.visit('applicationUrl') 3. then entering automation credentials from config.js 4. then further code But on runner while running the Code it's taking my own credentials Also its directly opening the Password page not the Username Page Any idea how to resolve it? Code snippet : Given('Logging to application', function() { cy.origin(Cypress.env("microsoftUrl"), () => { cy.visit(Cypress.env('ApplicationUrl')) cy.get('locator').type(Cypress.env('testUser')) cy.get('locator').click() cy.get('locator').type(Cypress.env('testPassword')) cy.get('locator').click() }) })
  • b

    blue-battery-71202

    05/25/2023, 12:20 PM
    Hello guys, We are experimenting with GHAs
    Copy code
    yaml
    concurrency:
      group: _team_tests
      cancel-in-progress: true
    But in the case when a cypress gha has already started the run, it will populate the cypress dashboard in the cypress cloud. If a new run comes in, the first GHA gets canceled, then the second will start another run in the dashboard. Is there a way to interrupt/cancel the first one other than clicking on cancel ?
  • m

    many-airline-45402

    05/25/2023, 1:35 PM
    Hi @blue-battery-71202 I think your question is about Cypress Cloud, and there is a separate forum for this on https://discord.com/channels/755913899261296641/1064949020235149442. Perhaps the option "Auto Cancellation" would be relevant for you? See https://docs.cypress.io/guides/cloud/smart-orchestration#Auto-Cancellation.
  • c

    cold-cat-63632

    05/25/2023, 2:29 PM
    I had similar issue with our application. Using Chrome in incognito mode or Edge in InPrivate mode helped. I suggest that you should try that. Probably your application is designed to work with the SSO.
  • m

    magnificent-monitor-456

    05/25/2023, 9:49 PM
    Good catch. This content is dated and could use a refresh but the links have been fixed 💪
  • c

    colossal-table-38461

    05/26/2023, 6:40 AM
    Hello @cold-cat-63632 How we can change the Chrome in incognito mode using cypress runner???
  • b

    bumpy-insurance-8581

    05/26/2023, 1:49 PM
    Hello, do you know why when I launch my test using
    cypress run
    , ads are not loading but when I use
    cypress open
    , ads are loading ?
  • b

    bumpy-insurance-8581

    05/26/2023, 1:52 PM
    Asked for help if anyone got an idea