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

    fresh-doctor-14925

    07/01/2022, 8:10 AM
    https://www.cypress.io/pricing
  • f

    fresh-doctor-14925

    07/01/2022, 8:12 AM
    Ok, that's your call. You've got access to community support on here and the cypress documentation
  • f

    fresh-doctor-14925

    07/01/2022, 8:13 AM
    lol ok I'm going now
  • f

    fresh-doctor-14925

    07/01/2022, 8:17 AM
    Mainly because you haven't actually mentioned what your problem is. First rule of wanting support for free: make it as easy as possible for someone to answer your question
  • f

    fresh-doctor-14925

    07/01/2022, 8:27 AM
    Yeah, your rant here would have been better placed in a thread. Now your issue is way up the page It looks like they've updated the cognito docs for v10. You can see they're changed the references from
    cypress.json
    to
    cypress.config.js
    I don't use cognito, so as I see it your three remaining options are: 1) Raise an issue on Github. Hopefully enough other folks are experiencing the problem and it will get prioritised 2) Fix the issue yourself, be a good citizen, and tell the Discord how you fixed it 3) Buy paid support to guarantee someone will look at it
  • f

    fresh-doctor-14925

    07/01/2022, 8:30 AM
    Yes, hopefully. That makes it more likely that your specific issue will be addressed. They get a lot of issues and have to prioritise somehow. Normally that is based on how many are experiencing the issue, not because Mat192 is being unpleasant
  • f

    fresh-doctor-14925

    07/01/2022, 8:31 AM
    This is going in circles > It looks like they've updated the cognito docs for v10. You can see they're changed the references from cypress.json to cypress.config.js
  • f

    fresh-doctor-14925

    07/01/2022, 8:32 AM
    In the docs you linked to https://docs.cypress.io/guides/end-to-end-testing/amazon-cognito-authentication
  • f

    fresh-doctor-14925

    07/01/2022, 8:35 AM
    You said it's out of date for v10, but I can see they've updated it with v10 in mind
  • f

    fresh-doctor-14925

    07/01/2022, 8:39 AM
    > Would a git issue address a code snippet on their website? Yes. That's how they track these things. I'm not saying that's the best way to track issues, but that's what they've gone for
  • g

    gray-kilobyte-89541

    07/01/2022, 11:06 AM
    an open source free testing tool does not owe you to jump on YOUR ill-defined "doc seems out of date" comment. There are issues that the team (and other users) might want to solve because they are more urgent. The beauty of the open source is that YOU can solve your own problem, there is a link on each documentation page to its Markdown source file. If you find the problem so bad, you can debug it, and then open a PR to fix the docs.
  • c

    cuddly-thailand-33926

    07/01/2022, 12:32 PM
    Is there any way to override cy.log to print in CLI?
  • q

    quick-hydrogen-30269

    07/01/2022, 12:47 PM
    Hi Team, I need some inputs from you. For one of my prod environment I have 3 URLs & in that 2 of them redirect to one of that URL at the end. But when I use “cy.visit() " Method to hit those URL even the one which not redirect it was failing to hit it. Can some one provide me any solution or Hint of it.
  • g

    gray-kilobyte-89541

    07/01/2022, 3:24 PM
    https://github.com/bahmutov/cypress-log-to-term
  • c

    cuddly-thailand-33926

    07/01/2022, 3:30 PM
    Tkuuu 🙏
  • f

    fresh-doctor-14925

    07/01/2022, 4:44 PM
    I'm having trouble making sense of your question. Could you add some more details, code snippets, or, ideally, a repo where we can see what's going on?
  • l

    lively-cartoon-98054

    07/01/2022, 6:04 PM
    Hi all. I'm facing a problem using Cypress and Typescript. Even using compiler options like noEmitOnError: true, when I have a Ts error, cypress starts and run try to run the tests. Is there a way to prevent the test execution if there are Ts error on my code?
  • m

    melodic-portugal-66708

    07/04/2022, 5:07 AM
    Hi I am new to cypress. I have been using protractor for angular js project and angular project ( angular 11+) Now that protractor is deprecated end of 2022, I need to migrate. Will cypress support angular js and angular 11+?
    a
    • 2
    • 1
  • a

    adorable-smartphone-87280

    07/04/2022, 6:02 AM
    Double post
  • c

    cuddly-thailand-33926

    07/04/2022, 7:38 AM
    Does Browserstack support Cypress 10?? I'm having problems with config file not being JSON.. is there a quick way to downgrade?
  • c

    clever-keyboard-67236

    07/04/2022, 8:16 AM
    Hi. Can someone guide me with any references to component testing storybook using cypress for react and angular, please?
  • b

    bitter-match-90736

    07/04/2022, 10:53 AM
    Cypress 10 doesnt support config.json anymore
  • b

    bitter-match-90736

    07/04/2022, 10:55 AM
    npm install cypress 9.x.x
  • c

    cuddly-thailand-33926

    07/04/2022, 2:17 PM
    Has anyone come across the problem of being logged out of account when running tests in parallel due to other test logging in? Creating an account every time seems costly and creating different credentials per it block seems unmaintainable
  • f

    fresh-doctor-14925

    07/04/2022, 2:20 PM
    If you have multiple tests logging in to a single account, then it's your application logging out the other test runners.
  • c

    cuddly-thailand-33926

    07/04/2022, 2:21 PM
    It is, but what should I do? Should I exclude the user from being logged out? Should I create a new account every time?
  • f

    fresh-doctor-14925

    07/04/2022, 2:29 PM
    It's not really a cypress question. It's up to you how to approach this We have a pool of accounts that can be used by the tests. They are then marked as 'used' until a process can clean up the fixtures that were added during testing
  • c

    cuddly-thailand-33926

    07/04/2022, 2:30 PM
    Apologies, I was hoping Cypress had something inbuilt to counter this scenario, but thanks for your advice
  • f

    fresh-doctor-14925

    07/04/2022, 2:32 PM
    No problem. It's not something I've had to tackle. Maybe the
    cypress-data-session
    plugin can help, but I really don't know
  • g

    gray-kilobyte-89541

    07/04/2022, 5:43 PM
    We create a user for every test, and reuse it for the test using
    cypress-data-session
    plugin
1...626364...127Latest