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

    gray-kilobyte-89541

    11/02/2022, 8:56 PM
    you can change
    describe.only
    if you change your code or set up the grep plugin https://github.com/cypress-io/cypress/tree/develop/npm/grep
  • a

    adorable-insurance-32249

    11/02/2022, 9:04 PM
    I see, thanks!
  • g

    great-tomato-49988

    11/03/2022, 10:11 AM
    Hi There ,
  • g

    great-tomato-49988

    11/03/2022, 10:12 AM
    Any one have a better way to handle Concurrent Test Execution using cypress
  • m

    mysterious-motherboard-13344

    11/03/2022, 10:13 AM
    use -parallel option - https://docs.cypress.io/guides/guides/parallelization#Turning-on-parallelization
  • g

    great-tomato-49988

    11/03/2022, 10:15 AM
    I have to Validate the Chat Functionality Where i have to run two tests at the same time so that they listen to each other
  • g

    great-tomato-49988

    11/03/2022, 10:16 AM
    using parallel - How to Synchronize the wait? do you have a good approch @mysterious-motherboard-13344
  • m

    mysterious-motherboard-13344

    11/03/2022, 10:20 AM
    I haven't tested chat app till now. But see if this is helpful for you. https://engineering.saltside.se/testing-a-chat-app-using-cypress-2b6b0a1d5d88 or Gleb's articale - https://glebbahmutov.com/blog/test-socketio-chat-using-cypress/
    g
    • 2
    • 1
  • e

    early-autumn-84301

    11/03/2022, 10:23 AM
    Hi all, Can we test an electron app with cypress ? My research does not turn up anything, i'm starting to despair 😅
  • k

    kind-refrigerator-65191

    11/03/2022, 11:05 AM
    Hii all is there any way to add timestamp in screenshot ??
  • l

    lively-vase-58480

    11/03/2022, 11:05 AM
    Hi all , I have integrated Spira reporter with Cypress and now how can we add multiple test case ID in cypress config file?
  • g

    gray-kilobyte-89541

    11/03/2022, 11:47 AM
    If you search https://cypress.tips/search you can find timestamps
  • g

    great-tomato-49988

    11/03/2022, 12:00 PM
    Test a Socket.io Chat App using Cypress
  • c

    crooked-megabyte-18846

    11/03/2022, 3:22 PM
    has anyone managed to get cypress-firebase plugin to work on CI? I'm trying to figure out how to set the SERVICE_ACCOUNT env variable correctly
  • d

    dry-application-19776

    11/03/2022, 5:35 PM
    Hi all, I am trying to install the Dashboard Github Enterprise integration, but am getting an
    {"error":"Please contact support"}
    in the Auth popup window that shows. Anyone know how I can proceed?
  • a

    acceptable-hamburger-48790

    11/03/2022, 8:02 PM
    Can you post this in #982015401074511912 please
  • m

    magnificent-memory-85975

    11/04/2022, 1:38 PM
    Hello there, Is xpath good to use in Cypress instead of css selectors?
  • a

    ambitious-monkey-72386

    11/04/2022, 2:21 PM
    Even I have the above query , usually I have believed that we must use xpath as best practice but my team has used css completely to develop entire regression test suite
  • c

    cuddly-kitchen-97815

    11/04/2022, 2:23 PM
    Even better would be test IDs associated with the elements you want to grab. xPaths and selectors are based on a specific location that could potentially change with frontend development, so asking the developers to add test IDs to the elements you need to grab would be best. That way, even if the xpath or css selector changes, the test ID will always be there and Cypress can latch onto it, making for sturdier tests. See https://docs.cypress.io/guides/references/best-practices#Selecting-Elements for more
  • a

    ambitious-monkey-72386

    11/04/2022, 2:24 PM
    Is that okay ? And I am currently changing all class attributes to cydata
  • c

    cuddly-kitchen-97815

    11/04/2022, 2:24 PM
    That depends on what works best for your team, I would say
  • g

    gray-kilobyte-89541

    11/04/2022, 2:45 PM
    no, use CSS / jQuery selectors
  • a

    adventurous-country-21192

    11/04/2022, 6:30 PM
    Hmm seen xpath in projects. But i don't know why people use it. It's usually more complex. And the complex queries it would allow nobody does 🙂
  • a

    ambitious-monkey-72386

    11/05/2022, 2:11 PM
    Hey Gleb , feeling all great to get a suggestion from you . I am using data-cy attribute ,hope that is the approach
  • g

    gray-kilobyte-89541

    11/05/2022, 5:18 PM
    Check out https://glebbahmutov.com/cypress-examples/commands/querying.html
  • b

    bulky-kangaroo-66951

    11/07/2022, 12:45 PM
    hello cypress community i am looking for a solution on conversation of date to iso format. i am able to convert the date to iso but i am facing an issue that the date gets one day lesser after getting converted. someone please help to find a solution to it .. thanks 😊
  • f

    fresh-doctor-14925

    11/07/2022, 12:48 PM
    Javascript has
    Date
    built in. You could make use of that. It would help if you could share an example of the date string you're using as input, and the format you're expecting
  • l

    late-planet-4481

    11/07/2022, 7:57 PM
    Here's one way: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString
  • r

    rapid-memory-85767

    11/07/2022, 10:41 PM
    @mysterious-belgium-25713 Besides desktop, Our website also need to be tested on mobile device, e.g iPhone, Android phone , iPad etc. Just wonder if Cypress supports to run automation on mobile device? if current not, do you have plan to support it? Thanks!
  • a

    adorable-keyboard-53065

    11/08/2022, 7:02 AM
    Hey folks. Hopping that everyone is doing great. Their Big news we want to share with all of you. We are thrilled to introduce our new library, named glassarview, as we pledged to continue our contributions to open source. This package now allows your users to virtually try on glasses. In essence, it is a library powered by computer vision that plots different 3d models on your face or body. This library now features glasses, but as you are all aware, we never stop working on new projects, thus more 3D models will eventually be included with this package. Please share this library with your friends and tech groups as we need your help in every way, also you can support us by contributing to the codebase. These things motivate us to develop more projects like this and contribute to open source. We are excited to see your response. https://www.npmjs.com/package/@lastcode802/glassarview
1...909192...127Latest