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

    purple-afternoon-2408

    05/05/2022, 1:44 PM
    Sure.
  • a

    average-solstice-67667

    05/05/2022, 2:03 PM
    Hey I would like to report two security issues, I mailed the security team, they told me I could open those issues on GitHub, which issue format should I use bug report ?
  • p

    purple-afternoon-2408

    05/05/2022, 2:06 PM
    It seems our issues is not rare, it seems to be common https://www.capterra.com.au/reviews/168276/cypress / https://www.g2.com/products/cypress/reviews?utf8=%E2%9C%93&filters%5Bnps_score%5D%5B%5D=4&filters%5Bkeyphrases%5D=&order=g2_default&filters%5Bcomment_answer_values%5D= . Quite interesting for 300+ experienced maintainer to be judgmental 🙂 Anyways, please if you don't know the environment, then please do not judge. @billions-barista-30103 team: https://discord.com/channels/755913899261296641/763114122065739818/971637292735287296 can we work a middle ground if I tried to bring the Cypress back into our project?
  • g

    gray-kilobyte-89541

    05/05/2022, 4:10 PM
    I don't know what you are trying to say or imply. Every maintainer has to balance effort vs number of people affected. An issue without a reproducible example requires A LOT of effort to investigate. Anyway, open source, anyone can clone, step through the code, submit a PR ...
  • a

    astonishing-parrot-28588

    05/05/2022, 7:48 PM
    Hey yall! Has anyone been able to get code coverage for a Vue 3 app using Cypress? I'd love to have an example to reference but can't seem to find any online.
  • r

    refined-breakfast-53252

    05/05/2022, 11:49 PM
    Hello guys! okay? I would like to know if there is a plugin or framework that I can use in cypress to generate a report with html file. I've already tried using cypress's own report (free version) and one from Allure, but both don't generate an HTML file that I can open on another computer? At the moment the only one I managed to generate an html file that can be opened by other people and on other computers is mochawesome-reporter. Can someone help me?
  • b

    brash-autumn-47936

    05/06/2022, 12:02 PM
    Hello, do anyone exp with implementing parallelization of tests using cypress dashboard in codefresh?
  • a

    astonishing-parrot-28588

    05/06/2022, 3:22 PM
    Is anyone else having odd transpilation failures for their Vue 3 apps when using the
    babel-istanbul-plugin
    ? https://www.loom.com/share/d6e6707bba63430384172b97368d40bf
  • a

    aloof-addition-97961

    05/07/2022, 2:50 PM
    Hi, I would like to know is there any plug-in or framework to “check mapbox polygon with cypress” . Thanks
  • r

    ripe-baker-1651

    05/09/2022, 3:28 PM
    Hi, when running on Linux OS,search icon of one of my web application is not clicked .Same code running on windows works perfect. Can someone please help how to solve the issue?
  • a

    adventurous-umbrella-97585

    05/11/2022, 12:49 AM
    Hi, I use the following commands in my test cy.get('textarea').click({force:true}).type('{upArrow}') and then cy.get('button2').click()- Reset the above text area to empty. Anyone knows why its happening-? Browser Electron
  • a

    adorable-smartphone-87280

    05/11/2022, 2:26 AM
    this belongs in #763105090679865354
  • b

    boundless-answer-75119

    05/11/2022, 11:52 AM
    Is it possible to call an api request before running all cypress test suites. I have to call an api to create a user before all test suites and use that in the tcs
  • g

    gray-kilobyte-89541

    05/11/2022, 11:54 AM
    call it from the plugins file or use https://docs.cypress.io/api/plugins/before-run-api (same thing pretty much)
  • b

    boundless-answer-75119

    05/11/2022, 12:06 PM
    Any idea how we can call an api in the before run
  • g

    gray-kilobyte-89541

    05/11/2022, 12:23 PM
    the same way as you would from any Node script. You can even use
    fetch
    if you use Node 18 🙂
  • b

    brave-apartment-73149

    05/11/2022, 8:38 PM
    Hello, guys. Did anyone encounter that inside
    cy.origin
    closure cypress can not click through the page elements? Whereas selector playground finds elements which I want to click
    p
    n
    • 3
    • 5
  • c

    colossal-hydrogen-44557

    05/11/2022, 10:37 PM
    @here Hi friends! I'm a PMM at Cypress. I have a quick request... We’re collecting feedback from the community on cross-origin testing with Cypress and test isolation. We’re looking to learn more about: - Use case(s) for cross-origin testing and our recently released cy.origin command - Use case(s) for sharing state between tests and cy.session - Points of confusion for: Implementing cy.origin and/or cy.session; Converting a test suite when enabling the commands; UI for how the commands are shown when writing tests; Existing documentation on the commands Please (please, please!) take our brief survey: https://forms.gle/NTWU6mjznJcQwfen9 Your feedback is critical to ensuring our product meets the needs of our customers. WIFM? When you complete the survey, you can opt-in to win your very own Cypress t-shirt 🎁
  • c

    colossal-hydrogen-44557

    05/11/2022, 10:38 PM
    https://tenor.com/view/batman-thinking-contemplating-pondering-chin-gif-18100738
  • c

    creamy-minister-50636

    05/12/2022, 6:50 AM
    I noticed that nothing gets logged in browser console (network requests are what I'm looking for) when I run a single spec fule usin npx cypress run command. Running the same spec from Cypress Runner logs everything. Why is there this difference?
  • c

    colossal-twilight-61952

    05/12/2022, 11:04 AM
    Can anyone help me to resolve above error.
  • e

    echoing-painting-40909

    05/12/2022, 11:59 AM
    please check where
    cypress/types/jquery
    is imported in your code and used. It might just be about a wrong auto import from your ide somehow;
  • p

    powerful-orange-86819

    05/12/2022, 1:27 PM
    Just today this is how much total lines of code i've added to one of the test suites, What do you guys suggest as code length per spec.js? I haven't established any practices, but the bar is getting higher every day (my longest spec is over 3000 rows lol)
  • c

    creamy-minister-50636

    05/12/2022, 1:49 PM
    That 3000 line spec file...is it working as expected? No browser crashes or something like that?
  • p

    proud-printer-45627

    05/12/2022, 3:31 PM
    Hello guys Did anyone encounter that
  • b

    bitter-fountain-36713

    05/12/2022, 4:20 PM
    @powerful-orange-86819 depending on how long your tests take, you may want to consider breaking it down into smaller spec files.
  • n

    nutritious-oxygen-11772

    05/12/2022, 8:00 PM
    Sounds like your running into this restriction https://docs.cypress.io/api/commands/origin#Callback-restrictions We plan on addressing this before cy.origin becomes generally available
  • f

    few-policeman-12359

    05/12/2022, 8:21 PM
    Is there somewhere that I can open a pull request to update the Vue component blog post (https://www.cypress.io/blog/2021/04/06/getting-start-with-cypress-component-testing-vue-2-3/)? It says to install @billions-barista-30103/vue to test Vue 2 applications. However, the package was recently updated to use Vue test utils 2 which is used to test Vue 3 apps and results in a confusing error. The blog post should instruct readers to install the npm/vue/v2 version instead via:
    yarn add @cypress/vue@npm/vue/v2 -D
  • d

    dazzling-hamburger-6106

    05/13/2022, 5:36 AM
    I'm not sure if this is the correct place to ask or not I have some question about the color dot in test runner, what does each color mean? Thank you
  • p

    powerful-orange-86819

    05/13/2022, 6:43 AM
    nope, not really, sometimes i get crashes when i overuse cy.reload, but file sizes dont matter lol
1...404142...127Latest