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

    full-branch-47022

    11/26/2022, 8:41 PM
    i have windows, gotta search on google to find its location, thanks
  • s

    straight-beach-2843

    11/26/2022, 8:42 PM
    Your welcome, good luck 😄
  • g

    gray-kilobyte-89541

    11/26/2022, 9:14 PM
    https://docs.cypress.io/guides/guides/command-line#cypress-cache-command
  • d

    delightful-alligator-19846

    11/27/2022, 12:50 PM
    Hi Guys, We've migrated our cypress automation project to the latest version 11.2.0 instead of 9.x.x then we can't trigger it using jenkins and got the following error could you please help/advise ?
  • d

    delightful-alligator-19846

    11/27/2022, 12:51 PM
    @gray-kilobyte-89541
  • c

    careful-toothbrush-49639

    11/27/2022, 5:43 PM
    Good evening everyone. Please I need help in knowing how to set up and connect microsoft sql server to cypress.
  • p

    plain-book-11818

    11/27/2022, 6:12 PM
    Hi all!
  • p

    plain-book-11818

    11/27/2022, 6:13 PM
    Is it possible to have long running test with schedule in cypress in terms of performance testing?
  • g

    gray-kilobyte-89541

    11/27/2022, 6:52 PM
    your Jenkins has very old Node version
  • l

    little-wolf-69109

    11/27/2022, 7:47 PM
    Hi, I need some help. How can I achieve that if the page contains a certain element it executes part of the code, otherwise if it does not contain it executes another part of the code. Can i somehow select element
    cy.get(...)
    and then check if is loaded. If is not loaded run some js code and if is loaded then run other js script. Should be possible use
    .should(not.be.visible)
    and
    .should(be.visible)
    Thanks
  • b

    busy-school-87152

    11/27/2022, 8:14 PM
    hello. Do you know if is there an easy way to fail a cypress test on console.error? This page https://dev.to/tylerben/catching-console-error-statements-in-cypress-1b4g says that I have to 1) Update commands.js OR 2) Use the cypress-fail-on-console-error package .... but I wonder if is there a way to do all in a spec.js test script, without anything to add/install
  • g

    gray-kilobyte-89541

    11/27/2022, 9:43 PM
    https://glebbahmutov.com/cypress-examples/9.7.0/recipes/check-console-logs.html
  • b

    busy-school-87152

    11/27/2022, 9:45 PM
    thanks bahmutov let's have a look. Do you think it avoids methods 1 and 2 of my pasted link?
  • c

    careful-toothbrush-49639

    11/28/2022, 6:20 AM
    Good evening everyone. Please I need help in knowing how to set up and connect microsoft sql server to cypress. If you have the link to any article or video, kindly share
  • f

    fresh-doctor-14925

    11/28/2022, 6:32 AM
    !duplicate
  • n

    nutritious-analyst-96582

    11/28/2022, 6:32 AM
    Uh oh, It looks like you have posted the same question in multiple channels. Help us prevent spam by removing any duplicates of your questions, Thanks! 😀
  • l

    lively-library-21721

    11/28/2022, 6:37 AM
    Hi i just updated my cypress to v11.2. Then I tried running my test from azure devops as usual, but got this error. It was working fine before the update. Any one can help to solve it?
  • p

    powerful-gpu-88541

    11/28/2022, 7:34 AM
    hello, i have a problem in cypress dashboard where the screen recording is not working. when i press play, an image appears, the video is running but the image stays the same. Is this a bug or I can do something to fix this?
  • f

    fresh-doctor-14925

    11/28/2022, 7:37 AM
    @powerful-gpu-88541 if you're using github actions and 10.8.0 it's a known issue
  • p

    powerful-gpu-88541

    11/28/2022, 7:37 AM
    10.11.0
  • p

    powerful-gpu-88541

    11/28/2022, 7:38 AM
    i guess it's the same on this version
  • p

    powerful-gpu-88541

    11/28/2022, 7:38 AM
    yeah, i also use github actions
  • p

    powerful-gpu-88541

    11/28/2022, 7:38 AM
    if I use record local will it work?
  • f

    fresh-doctor-14925

    11/28/2022, 7:39 AM
    Should do, depending on what machine you're using. Give it a try
  • p

    powerful-gpu-88541

    11/28/2022, 7:42 AM
    yeah, it works when you run it with record and record key
  • p

    powerful-gpu-88541

    11/28/2022, 7:42 AM
    thanks for the info @fresh-doctor-14925
  • f

    fresh-doctor-14925

    11/28/2022, 9:09 AM
    Shouldn't be needed when running local. Probably because you're passing in the
    --parallel
    flag
  • l

    lively-library-21721

    11/28/2022, 9:12 AM
    Nevermind, solved by using npm rebuild
  • s

    strong-arm-6666

    11/28/2022, 9:29 AM
    Facing issue while running command
    yarn run binary-build
    Copy code
    🔥 deploy error
    Error: Command timed out after 5000 milliseconds: electron --no-sandbox /home/cypress/packages/electron/lib/print-node-version.js
  • r

    rhythmic-rose-9452

    11/28/2022, 9:46 AM
    Hello, everytime i open "component testing" i get the following output: TypeError: Cannot add property index.html, object is not extensible Trying it with with latest Angular and latest cypress version
1...214215216...252Latest