https://cypress.io logo
Join Discord
Powered by
# help
  • f

    fresh-doctor-14925

    10/17/2022, 2:21 PM
    Yikes! Same if you kill it and restart?
  • w

    witty-army-1426

    10/17/2022, 2:44 PM
    Hello, I am trying to make a query from Cypress to a SQL server but it marks "Time Out"
  • m

    mysterious-belgium-25713

    10/17/2022, 3:11 PM
    How are you connecting to the SQL server. Are you using cypress plugins or are trying to directly connect to it. Can you also show a bit of code so we can help you
  • h

    helpful-journalist-67147

    10/17/2022, 3:19 PM
    Is anyone able to connect to firefox 105 using latest Cypress version?
  • f

    future-pillow-99070

    10/17/2022, 3:19 PM
    Hi guys, desperately need help figuring out the case (if even possible) as I get a lot of pressure from the management on this, I'm trying to avoid bringing in another e2e framework on top and use Cypress. TLDR: our app is node & angular, we're transitioning from codox to YJS in terms of user collaboration, many users could be on the same document & interract with each other, the problem is that sometimes when the user A has a stale page then user B comes in and the editor updates the contents to a 'new' content which is actually an OLD content, this is a bug though. however without getting into much details, I know that cypress doesn't allow multi browser support, so trying to see if anyone has any insight for me, in terms of testing - these are the TC's I need to cover - Users connecting / disconnecting as people are typing - Two users connecting at the same time - Updating content from outside of the task / doc (someone merges two tickets, someone applies a template) while people are typing in the Doc. Thanks in advance! 😉
  • w

    witty-army-1426

    10/17/2022, 3:24 PM
    sure! This is my code
  • m

    mysterious-belgium-25713

    10/17/2022, 3:27 PM
    Yes if you use cypress 10.10 firefox should work again
  • h

    helpful-journalist-67147

    10/17/2022, 3:27 PM
    I am using latest one but still it's not working
  • h

    helpful-journalist-67147

    10/17/2022, 3:28 PM
    Do let me know if we can connect..
  • b

    better-engineer-26463

    10/17/2022, 3:29 PM
    Same, idles there for a few minutes (2 max) then goes down. This is on a 16gb ram, 1tb MacBook Pro M1 Pro ... Good chip. It shouldn't do this....
  • m

    mysterious-belgium-25713

    10/17/2022, 3:43 PM
    This will take me a while to look into. Maybe the earliest I can see tomorrow how everything connects. Also i never used Tedious.
  • w

    witty-army-1426

    10/17/2022, 4:31 PM
    Thank you! I will wait for your message 🫂
  • b

    brave-river-4142

    10/17/2022, 6:23 PM
    does anyone know how to make cypress ignore the "\" symbol inside cy.get, as it has an html element that I capture and has this symbol and then it generates this error:
  • g

    gray-kilobyte-89541

    10/17/2022, 6:29 PM
    You can search https://cypress.tips/search for "escape selector" example or video
  • f

    fierce-lion-2381

    10/17/2022, 7:13 PM
    Does anyone know why Cypress is logging me out, after I login in into the app, it automatically logs me out ( in Playwright works fine, in Selenium too ). So the behaviour is: I login and assert element is visible and it instantly logs me out ( I tried preserving cookies, session etc, nothing helped). In runner it looks like this, so it logs in, assert element exist in the DOM, then calls some page load by itself and visit new url by itself, new url is the one with the login screen, and its logged out somehow
  • t

    thousands-gpu-36872

    10/17/2022, 8:55 PM
    my object config in tedious for sql-server its like this "database": { "server": "XXXX", "options": { "database": "XXXX", "encrypt": false, "trustServerCertificate": true, "validateBulkLoadParameters": true, "rowCollectionOnRequestCompletion": true }, "authentication": { "type": "default", "options": { "userName": "xxxx", "password": "xxxx" } } }
  • t

    thousands-gpu-36872

    10/17/2022, 8:56 PM
    maybe something can help you
  • w

    witty-army-1426

    10/17/2022, 9:24 PM
    Cypress toldo me:
  • t

    thousands-gpu-36872

    10/17/2022, 9:25 PM
    can you send your command flie ?
  • s

    straight-kilobyte-77939

    10/17/2022, 9:39 PM
    Hi All, since the sfdc winter '23 release we're experiencing issues logging in. Either the home screen freezes or we get an error which indicates a script failure cross origin. We've also seen this error:
  • s

    straight-kilobyte-77939

    10/17/2022, 9:39 PM
    Is anyone experiencing this issue and possibly have insight in how to get past it?
  • s

    straight-kilobyte-77939

    10/17/2022, 9:44 PM
    Additionally we are seeing certificate issues
  • s

    straight-kilobyte-77939

    10/17/2022, 9:44 PM
    Normally:
  • s

    straight-kilobyte-77939

    10/17/2022, 9:44 PM
    Under cypress
  • h

    hundreds-spoon-43121

    10/17/2022, 10:01 PM
    I am also experiencing this issue since the winter '23 release. I was able to get past the cross origin error, but not the winter '23 loading page. Has anyone got a solution/work around for this?
  • b

    bland-florist-91230

    10/18/2022, 2:52 AM
    Hello! Cypress is loading with a blank screen for me after installing for the first time. Steps: 1. npm install cypress --save-dev 2. npx cypress open 3. Launcher appears with Chrome, Electron, and Firefox as the available browsers. I pick Chrome. 4. Window appears at http://localhost:51070/__/ and it says "Chrome is being controlled by automated test software." The page itself is blank. Screenshot of console:
  • b

    bland-florist-91230

    10/18/2022, 2:52 AM
    The same thing happens in Electron or Firefox. It just never loads successfully.
  • n

    narrow-artist-87113

    10/18/2022, 4:15 AM
    Hello everyone Let say I am test a website A, in that website there is a hyperlink for website B, is there any way to verify the change of content or simply the content of website B while testing website A!?
  • m

    mysterious-belgium-25713

    10/18/2022, 4:26 AM
    If you want to visit website B and do actions there then you can use cy.origin. https://docs.cypress.io/api/commands/origin
  • b

    blue-battery-71202

    10/18/2022, 7:25 AM
    Hello! I have a scenario where in CI and locally - every run the following case occurs: Attempt #1 - it fails because it finds the button that it shouldn't Attempt #2 - the button is not there, hence it passes. The button's functionality is that on certain time frames it should be there, certain time frames it shouldn't. We are checking before the test runs whether it should be there, or not, and check for that. However, it deterministically fails on the first attempt, if we are checking whether it is there or not. The button logic itself not checking anything in storage, or cache. Both the attempt 1, and attempt 2 is in the timeframe, where the button should not be there. Anyone has any idea where should I look? Where should I start to decypher that flakiness?
1...178179180...252Latest