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

    abundant-hairdresser-6546

    11/07/2021, 4:33 PM
    #763114122065739818 Hi there, Can anyone please let me know the solution with a appropriate example to read the data from excel, CSV or . txt file in cypress Thanks in Advance relieved
  • i

    important-river-75795

    11/08/2021, 8:12 AM
    @User https://docs.cypress.io/api/commands/fixture
  • k

    kind-minister-59159

    11/09/2021, 8:25 PM
    Quick question. I have an app that has about 50-100 lessons that students play. I have been tasked with figuring out how to test this and have a student play through all the lessons. Is this something that can be done with cypress or should I look into other options?
  • b

    brief-oxygen-74993

    11/10/2021, 2:40 PM
    More information is needed but... if it's for example a React app then yes, cypress can do that.
  • b

    brief-oxygen-74993

    11/10/2021, 2:41 PM
    My last comment was a reply to this... i just pressed enter too quickly 🙂
  • c

    calm-doctor-58650

    11/10/2021, 4:00 PM
    @User Agree with @User As long as it runs in a browser, it can be tested with Cypress
  • f

    future-eye-56254

    11/11/2021, 2:46 AM
    upgraded Cypress to 9.0.0
  • f

    future-eye-56254

    11/11/2021, 2:47 AM
    But the the Chrome browser hasn't upgraded
  • s

    sticky-engine-80389

    11/11/2021, 2:51 PM
    Cypress does not bundle Chrome
  • u

    user

    11/12/2021, 5:07 PM
    electron is baked in, anything else is detected
  • f

    future-eye-56254

    11/15/2021, 2:50 AM
    Anybody facing error with 8.7.0
  • f

    future-eye-56254

    11/15/2021, 2:50 AM
    Failed to connect to Chrome, retrying in 1 second (attempt 18/62)
  • f

    future-eye-56254

    11/15/2021, 3:04 AM
    when run via npm I get the error
  • f

    future-eye-56254

    11/15/2021, 3:04 AM
    Running: smoke/smokeTest.js (1 of 1) Estimated: 14 seconds Error: read ECONNRESET at TCP.onStreamRead (internal/stream_base_commons.js:209:20) { errno: -4077, code: 'ECONNRESET', syscall: 'read' } Error: read ECONNRESET at TCP.onStreamRead (internal/stream_base_commons.js:209:20)
  • q

    quiet-tent-29166

    11/15/2021, 3:21 PM
    quick question - after updating to 9.0.0 Cypress, now when I save a spec on my editor if cypress is running, it no longer re-runs the test. It use to, am I missing anything simple?
  • l

    late-sundown-90898

    11/15/2021, 3:25 PM
    Not sure what you might be missing, but I didn't experience that issue. Still re-runs ok for me.
  • q

    quiet-tent-29166

    11/15/2021, 3:33 PM
    weird - yeah not sure why that has stopped
  • f

    flaky-nest-4929

    11/15/2021, 4:18 PM
    Hello, this is my first message in this channel ^^
  • f

    flaky-nest-4929

    11/15/2021, 4:19 PM
    I am facing a problem when trying to configure cucumber with cypress
  • f

    flaky-nest-4929

    11/15/2021, 4:20 PM
    Actually, I have followed everthing mentionned here https://github.com/TheBrainFamily/cypress-cucumber-preprocessor but each time I run my .feature file I get this error : Error: Can't walk dependency graph: Cannot find module 'C:\Users\werin\Desktop\cucumber2\um-front\e2e\src\support' from 'C:\Users\werin\Desktop\cucumber2\um-front\e2e\src\_fake.js'
  • f

    flaky-nest-4929

    11/15/2021, 4:20 PM
    Any help please?
  • b

    bulky-sundown-74498

    11/15/2021, 4:26 PM
    Hello @User the issue you see right now says that the
    src_fake.js
    is either importing or requiring a file that does not exist
  • b

    bulky-sundown-74498

    11/15/2021, 4:26 PM
    can you share the source fo thsi file?
  • f

    flaky-nest-4929

    11/15/2021, 4:29 PM
    Exactly, I don't have a src_fake.js file
  • b

    bulky-sundown-74498

    11/15/2021, 4:30 PM
    What command do you run to kick off cypress?
  • f

    flaky-nest-4929

    11/15/2021, 4:31 PM
    ng e2e
  • b

    bulky-sundown-74498

    11/15/2021, 4:31 PM
    most importantly in what folder do you run it
  • f

    flaky-nest-4929

    11/15/2021, 4:31 PM
    I have installed cypress in an Angular project
  • b

    bulky-sundown-74498

    11/15/2021, 4:32 PM
    I got that from the ng 😉
  • f

    flaky-nest-4929

    11/15/2021, 4:32 PM
    then I did some config in Angular to run the command ng e2e to launch Cypress
1...212223...127Latest