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

    early-article-48946

    12/08/2022, 12:52 PM
    @gray-kilobyte-89541 Ur site has good content i just noticed it, well done
  • f

    fresh-doctor-14925

    12/08/2022, 12:55 PM
    He's also got tutorials that should help you out with this: https://cypress.tips/courses/network-testing/lessons/bonus45
  • m

    mysterious-belgium-25713

    12/08/2022, 1:13 PM
    Yeah i want a bahmutov bot. First is find on cypress.tips/search Second is i have a course on network testing Third i can create a course on it you it will be added tonight
  • a

    acceptable-hamburger-48790

    12/08/2022, 1:38 PM
    This is lovely
  • e

    early-article-48946

    12/08/2022, 2:12 PM
    yeah i see that part is not free tho
  • f

    fresh-doctor-14925

    12/08/2022, 2:39 PM
    Yeah, I couldn't find a free resource that explains what you need to do, and I'm not going to pirate Gleb's content. I've bought the course and it's well worth the investment
  • f

    fresh-doctor-14925

    12/08/2022, 2:44 PM
    Fourth: no it's not a free course
  • g

    gray-kilobyte-89541

    12/08/2022, 3:02 PM
    I am working on adding the search across my lessons to cypress.tips/search
  • s

    square-honey-48197

    12/08/2022, 5:33 PM
    They're coming for us 😱
  • b

    brave-river-4142

    12/08/2022, 6:26 PM
    Does anyone knows some course to learn how to make a good CI with azure devops? (preferences for cheap or free 🤣 )
  • m

    mysterious-belgium-25713

    12/08/2022, 7:10 PM
    Maybe this can help.

    https://youtu.be/DoWhZO7nbCYâ–¾

  • h

    hundreds-spoon-43121

    12/09/2022, 12:29 AM
    With the new Cypress 12 release and Cypress.Server.defaults now removed, how can we supress XHR from cypress logs?
  • m

    mysterious-belgium-25713

    12/09/2022, 6:12 AM
    You can look at this blog post. https://dev.to/samelawrence/muting-noisy-xhr-logs-in-cypress-4495
  • l

    lemon-wall-91819

    12/09/2022, 10:38 AM
    Happy Friday everyone 😄
  • a

    average-traffic-61689

    12/09/2022, 10:48 AM
    hello i have a question maybe someone can help me. if i run the cypress spec with a specific browser:
    run --browser firefox --spec cypress/e2e/*.**.js
    my test will be start, but no video is recorded. If i start my spec without specific browser :
    cypress run --spec cypress/e2e/*.cy.js
    videos will be recorded. Whats the different? Thanks
  • f

    fresh-doctor-14925

    12/09/2022, 10:50 AM
    Related to this issue perhaps? https://github.com/cypress-io/cypress/issues/24162
  • a

    average-traffic-61689

    12/09/2022, 10:52 AM
    yes you are right. if i run with: run --browser electron --spec cypress/e2e/*.**.js a video will be recorded. Thanks
  • f

    fresh-doctor-14925

    12/09/2022, 11:03 AM
    I suggest you add a note to the issue saying that you're also facing this problem with firefox, and include your FF version. Will help them with triaging
  • a

    adorable-smartphone-87280

    12/09/2022, 3:29 PM
    Oh hey, that's my blog post. Glad someone is finding it useful.
  • m

    mysterious-belgium-25713

    12/09/2022, 3:30 PM
    Im using this in my project so for me it was super useful
  • c

    cold-cat-63632

    12/09/2022, 5:01 PM
    hi guys sorry i am new to discord and this channel .. simple question .. is there a way to always start electron in incognito mode?
  • c

    cold-cat-63632

    12/09/2022, 5:03 PM
    in my index.js, I have this and it works for chrome and edge but does not work for electron
  • c

    cold-cat-63632

    12/09/2022, 5:03 PM
    on("before:browser:launch", (browser, launchOptions) => { console.log(launchOptions.args); if (browser.family === "chromium") { launchOptions.args.push("--incognito"); } else if (browser.name === "electron") { launchOptions.args.push("--incognito"); } else if (browser.name === "edge") { launchOptions.args.push("--inprivate"); } return launchOptions; })
  • c

    cold-cat-63632

    12/09/2022, 5:04 PM
    i thought the browser.family==='chromium' will cover it for both chrome and electron but it does not
  • c

    cold-cat-63632

    12/09/2022, 5:04 PM
    any help will be much appreciated
  • i

    incalculable-telephone-16405

    12/11/2022, 5:57 AM
    hi everyone i am facing these errors when i am trying to run db query in the cypress framework with cy. task(). in latest 1. ER_NOT_SUPPORTED_AUTH_MODE: The client does not support the authentication protocol requested by the server; consider upgrading MySQL client 2. Access denied for user ''@'localhost' (using password: NO). so can anybody advice which plugin of mysql works? in the latest cypress.
  • b

    bitter-fountain-36713

    12/11/2022, 3:47 PM
    !duplicate
  • n

    nutritious-analyst-96582

    12/11/2022, 3:47 PM
    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! 😀
  • i

    incalculable-telephone-16405

    12/12/2022, 5:52 AM
    dont find any duplicate for mysql
  • f

    fresh-doctor-14925

    12/12/2022, 8:10 AM
    He means that you've posted this question in multiple channels.
1...99100101...127Latest