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

    microscopic-coat-47591

    06/09/2022, 4:20 PM
    Hi Everyone could anyone help me with locating time slot from calendar
  • m

    mysterious-sandwich-43667

    06/09/2022, 4:42 PM
    I think I'll update MacOS and see if it persists. Will take a screenshot if they do.
  • h

    hallowed-mouse-50470

    06/09/2022, 5:14 PM
    Has any one configured / come across Cypress test results with email to a distribution list ?
  • u

    user

    06/09/2022, 5:58 PM
    what's good y'all
  • u

    user

    06/09/2022, 5:58 PM
    Who's excited for the new album?
  • d

    damp-kangaroo-1521

    06/10/2022, 6:18 AM
    Are you installed new plugins?
  • r

    rich-pharmacist-74804

    06/10/2022, 1:17 PM
    I am facing this issue. Cypress keeps on loading. any idea?
  • w

    worried-portugal-2402

    06/10/2022, 6:16 PM
    There are 3 tests that won't run on my PR. Can anyone help? https://github.com/cypress-io/code-coverage/pull/565
  • l

    loud-policeman-30507

    06/10/2022, 6:19 PM
    Hey all. Any plans for Cypress to support Safari?
  • t

    tall-dawn-5883

    06/10/2022, 8:21 PM
    The session page mentions "open" mode but never goes into what that is and how to use it... what is it? > In order to reduce development time, when running the Cypress App in "open" mode, sessions will be cached between spec file runs as long as the setup function hasn't changed. https://docs.cypress.io/api/commands/session
  • w

    worried-portugal-2402

    06/10/2022, 8:23 PM
    Open mode is the opposite of headless. You can watch the tests run and inspect the DOM. Use
    npx cypress open
  • t

    tall-dawn-5883

    06/10/2022, 8:24 PM
    ahah ok, thanks. So I won't be able to share sessions between spec files anymore with cy.session, like I can with:
    Copy code
    Cypress.Cookies.defaults({ preserve: 'session' });
  • w

    worried-portugal-2402

    06/10/2022, 8:26 PM
    You might not want to do that anyway. Preserving state between tests is a great way to contaminate them.
  • t

    tall-dawn-5883

    06/10/2022, 8:27 PM
    was hoping to just share it and clear cookies when needed for testing login/register (since 99% of my tests are for logged in state). Was using an "ensureLoggedIn()" helper function which made sure you were (if you weren't already)
  • t

    tall-dawn-5883

    06/10/2022, 8:28 PM
    since i'm having issues with cookies not being cleared, maybe I can make an "ensureLoggedOut()" helper function as well
  • t

    tall-dawn-5883

    06/10/2022, 8:33 PM
    I guess I can switch to context per spec file... especially if I want to split my tests into multiple runs
  • w

    worried-portugal-2402

    06/10/2022, 8:39 PM
    Parallel is nice, but there is some trouble with combining code coverage reports. If I can figure out why the last 3 checks won't run on my PR, then maybe that won't be an issue anymore.
  • t

    tall-dawn-5883

    06/10/2022, 8:50 PM
    any idea what causes a load of Cert errors since upgrading from 8.5 to 9.7?
  • w

    worried-portugal-2402

    06/10/2022, 9:12 PM
    Maybe you need to add it to your client certificates? https://docs.cypress.io/guides/references/client-certificates
  • w

    worried-portugal-2402

    06/10/2022, 9:12 PM
    I am relatively new to Cypress, but that worked for me on a similar problem.
  • t

    tall-dawn-5883

    06/10/2022, 9:13 PM
    hmmm it looks related but I don't see anything about requiring certificates in later versions
  • t

    tall-dawn-5883

    06/10/2022, 9:19 PM
    guess I'll jump back down to 8.5.0
  • g

    gray-kilobyte-89541

    06/10/2022, 11:06 PM
    https://github.com/bahmutov/cypress-data-session can share state like cookies between specs, so maybe that's your best bet
  • t

    tall-airplane-97209

    06/11/2022, 12:17 PM
    The “Run all specs” and “Run filtered specs” functionality have been removed. - Is it not possible to run all specs from cypress open anymore?
  • t

    tall-airplane-97209

    06/11/2022, 12:17 PM
    I'm on version 10.1.0
  • b

    bitter-vase-17481

    06/11/2022, 2:03 PM
    It is not, for the moment, at least. There's a GitHub discussion thread at https://github.com/cypress-io/cypress/discussions/21628 that will receive an update on our plans soon. While the conversation varies in its productiveness as we sought to gather info from users, there are moments of great discussion and even an immediate workaround shared. If you'd just like a quick workaround to bring back the functionality locally, I'd recommend checking out this post: https://medium.com/@darrelfrancis2013/cypress-10-how-to-run-all-tests-despite-the-option-being-removed-725199f4e720
  • b

    bitter-vase-17481

    06/11/2022, 2:16 PM
    Hi! This is a long-standing request that's been a large enough initiative (from an engineering effort standpoint) that it's been difficult to schedule among other feature work. If you'd like to chime in with why Safari support would be useful to you, you can do so on https://github.com/cypress-io/cypress/issues/6422 Note that not all of the current conversation on that issue is very productive. With respectful comments that help build a case for prioritizing the work, though, it gives us the info we need from the community to shift things around in our internal roadmap. I'm a new engineering manager on the open source app team, and I want to help build a case for moving this work along more quickly. If you've got other friends who are looking for this support, particularly if they aren't using Cypress because of the lack of support currently, please send them over to the issue to weigh in with their thoughts too.
  • b

    busy-vegetable-18177

    06/11/2022, 5:18 PM
    Is there a way to mute the tests from making sounds while in
    cypress run
    ? I can do it with
    cypress open
    by muting the tab, but not in cypress run obviously
  • d

    dazzling-afternoon-58652

    06/11/2022, 10:06 PM
    Hey everyone, I'm Sandile. I'm a junior developer. I need help with using Cypress. It's stunning to work with but I need someone who can show me the best way to use it and if you can share any resources you've used. That would be a great help
  • b

    bitter-vase-17481

    06/11/2022, 10:48 PM
    Hi! Have you tried running through the modules at https://learn.cypress.io/ ? That would be a great way to learn.
1...484950...127Latest