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

    many-airline-45402

    05/17/2023, 4:58 PM
    So this is about `@cypress/code-coverage`and your post https://discord.com/channels/755913899261296641/1108402084925149235
  • b

    bumpy-insurance-8581

    05/17/2023, 9:47 PM
    Yes, I don’t understand why it doesn’t work as expected
  • c

    crooked-megabyte-18846

    05/18/2023, 12:25 PM
    anyone have any clever ideas on how best to use a swagger.yaml file in a Cypress API test suite?
  • n

    narrow-policeman-70631

    05/18/2023, 5:05 PM
    Hi guys, im wondering if there is a way to run cypress test cases in mobile with browserestack? i mean not only emulating the resolution, also emulating the device, operative system etc. Is there any way?
  • m

    many-airline-45402

    05/18/2023, 7:51 PM
    @narrow-policeman-70631 I guess that was a typo and you meant BrowserStack, correct? The documentation is on https://www.browserstack.com/docs/automate/cypress/browsers-and-os
  • n

    narrow-policeman-70631

    05/18/2023, 11:29 PM
    thank you, and yes i mean BrowserStack, but cypress does not support run on real mobile devices, so i mean if there is a way to test on real mobile devices with BrowserStack
  • c

    crooked-megabyte-18846

    05/19/2023, 2:08 PM
    yes, that's one of their services
  • n

    narrow-policeman-70631

    05/19/2023, 2:12 PM
    mmm as i know, cypress does not support real mobile devices, so BrowserStack does not have anything to deal with this problem, i could synchronize my cypress project with BrowserStack and tested with different operative system windows or mac, but when i tried to configure for mobile device it didn't work. So in the documentation only told me that i can try with cy.viewport. But what I really want is test in real devices my cypress testcases. Is there any possibility to do so?
  • m

    many-airline-45402

    05/19/2023, 2:41 PM
    @narrow-policeman-70631 The FAQ on https://docs.cypress.io/faq/questions/general-questions-faq#Do-you-support-native-mobile-apps agrees with what you write.
  • f

    fast-artist-45202

    05/22/2023, 11:47 PM
    If I have a google sheet that comprises of a column of inputs that need testing, and the next column is expected output, is there any way for me to be able to use Cypress to reference this sheet to use the input and compare the result against the expected output?
  • a

    adorable-smartphone-87280

    05/23/2023, 12:23 AM
    Probably not via Google Sheets, but you could probably convert that info to CSV, and from there, add it as a
    /fixtures
    JSON object.
  • 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?
1...123124125126127Latest