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

    silly-dentist-68907

    06/01/2022, 3:42 PM
    @User any help on this πŸ™‚
  • s

    silly-dentist-68907

    06/01/2022, 3:42 PM
    we will help free of charge πŸ˜‰
  • c

    clever-painting-72787

    06/01/2022, 3:45 PM
    I think you could get those frameworks working together via a CI provider
  • c

    clever-painting-72787

    06/01/2022, 3:45 PM
    if CI is the end goal
  • c

    clever-painting-72787

    06/01/2022, 3:45 PM
    @ambitious-musician-78978
  • s

    sparse-cpu-70188

    06/01/2022, 3:52 PM
    @ambitious-musician-78978 you can use this one as a building block: https://github.com/far11ven/Cypress-TestFramework πŸ™
  • w

    wonderful-refrigerator-25173

    06/01/2022, 5:27 PM
    Hi folks, I want to write my own pre-processor for executing the spec files in a defined order rather than executing them randomly with cypress, the problem is I actually don't know how to write a pre-processor properly I tried few times but failed badly. I referred this only blog available on the internet on how to write a pre-processor https://glebbahmutov.com/blog/write-cypress-preprocessor/ but didn't get much from it.
  • c

    creamy-nail-90039

    06/01/2022, 6:23 PM
    hi everyone i just got installed the new cypress 10 and using VScode. I have VSC on auto-save but when I run the test on cypress it doesn't run the changes I made in the code Can anyone help me resolve this?
  • s

    silly-dentist-68907

    06/01/2022, 6:24 PM
    @creamy-nail-90039 can you add this to the #974362106822545429 channel?
  • r

    rapid-airport-48908

    06/01/2022, 7:36 PM
    what is the type of a response from cy.request()?
  • r

    rapid-monitor-17268

    06/02/2022, 3:55 AM
    hi everyone i need help
  • r

    rapid-monitor-17268

    06/02/2022, 3:55 AM
    i testing cypress v10
  • r

    rapid-monitor-17268

    06/02/2022, 3:56 AM
    but i can't run my spec
  • r

    rapid-monitor-17268

    06/02/2022, 3:57 AM
    this is the code
  • f

    future-vr-59131

    06/02/2022, 6:21 AM
    Try
    /cypress/e2e/**/*.cy.{js,jsx,ts,tsx}
  • s

    shy-actor-75229

    06/02/2022, 7:18 AM
    If you want help, you probably need to give more information than just "error" πŸ˜‰
  • b

    bumpy-television-39266

    06/02/2022, 8:04 AM
    Haha; I posted two messages and forgot to remove the last one πŸ˜‰
  • d

    damp-flag-99346

    06/02/2022, 2:17 PM
    Hello. Has anyone encountered this issue with cypress test runner. What did you do to resolve this, especially when running from ci?
  • l

    lemon-yak-55678

    06/02/2022, 8:33 PM
    Did your AUT crash?
  • f

    flaky-fall-49668

    06/02/2022, 9:36 PM
    Hello, we have a separate repo for cypress for testing and another repo for the application code. I want to define the paths of the app code in our CI/CD, I was thinking I might have to add a Git Clone or Export to the YAML script. We're using GitLab CI, is there a way to do this?
  • m

    mysterious-sandwich-43667

    06/03/2022, 3:35 AM
    Just ran a long test on a simple page (repeatedly clicking a button to fetch some text). Noticed it was getting slower and slower. Fired up the activity monitor (Mac) and found that, yes, memory usage kept going up. I don't remember seeing this before I updated to 10. Has this always been an issue?
  • h

    hallowed-doctor-10352

    06/03/2022, 9:40 AM
    Hi everyone. I am trying to get an Access token from the response>Headers when I send a login API call I want to store it so I can use it in env. I usually have no problem when I get a token in the body using the below code but for this particular task, the token is in the header. can anyone help.
  • e

    echoing-painting-40909

    06/03/2022, 9:56 AM
    Hi, the proper solution would be not to make it work but to make it right: why is the token sent in the headers?
  • h

    hallowed-doctor-10352

    06/03/2022, 10:00 AM
    I spoke to the dev, they said security reasons.
  • e

    echoing-painting-40909

    06/03/2022, 10:12 AM
    Tell them they know better than all Authentification providers then :p More seriously, when it's about security you can't trust the browser side: anyone can get it.
    h
    • 2
    • 1
  • c

    crooked-chef-53996

    06/03/2022, 12:23 PM
    Hi, I have a question about registering a Cypress app action in a Vue.js app https://stackoverflow.com/questions/72489395/register-a-cypress-app-action-in-a-vue-js-app
  • d

    damp-flag-99346

    06/03/2022, 1:37 PM
    Yes it did and that's what I'm trying to understand: why it crashed and how can I address it. Manually same user flow does not crash the app browser.
  • l

    lemon-yak-55678

    06/03/2022, 1:45 PM
    Interesting. Is there anything relevant in the browser dev console?
  • d

    damp-flag-99346

    06/03/2022, 2:43 PM
    Once it crashes, nothing is in the console. It does not crash w/ cypress consistently which makes it even more difficult.
  • l

    lemon-yak-55678

    06/03/2022, 2:56 PM
    Interesting. Usually there’s an unhandled exception in the console in this scenario. I’m assuming cypress is able to open other apps/webpages?
1...454647...127Latest