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

    user

    05/22/2021, 6:53 PM
    nope
  • u

    user

    05/22/2021, 6:54 PM
    I never want to use TS, I prefer my own JS types, even on runtime ๐Ÿ˜„
  • s

    stocky-dream-36427

    05/22/2021, 6:54 PM
    Yeah. module.exports
  • s

    stocky-dream-36427

    05/22/2021, 6:54 PM
    Lol.
  • s

    stocky-dream-36427

    05/22/2021, 6:54 PM
    You'll need to use CJS.
  • s

    stocky-dream-36427

    05/22/2021, 6:55 PM
    It's annoying, I know. We're revamping plugins.js and gonna inline into a (new) cypress.js which will be better supported for diff module loaders
  • s

    stocky-dream-36427

    05/22/2021, 6:55 PM
    I just looked in our internal examples
  • u

    user

    05/22/2021, 6:55 PM
    I thought to a
    .cjs
    but since it isn't an extension listed by the error...
  • u

    user

    05/22/2021, 7:00 PM
    is cypress suiting/relevant for non-web projects too? (like fundamental programming)
  • u

    user

    05/22/2021, 7:01 PM
    (e.g. to test my types library)
  • u

    user

    05/22/2021, 7:08 PM
    because I think to add some tests on all of my
    @etchedjs/*
    modules too
  • u

    user

    05/23/2021, 4:53 AM
    Can I just get confirmation that webpack 5 support is not planned? Been waiting for over a week for a response about the liberal use of process variable, which doesn't work in webpack5.
  • u

    user

    05/23/2021, 7:01 AM
    Is there a way to open the browser console, during a run, please? (and maybe interact with it, to expand the objects)
  • u

    user

    05/23/2021, 7:03 AM
    I saw that plugin () but I search a way to really see the objects in depth, as shown by the browser, not a JSON representation, because I need to show the getters, setters, symbols, methods, ...)
  • u

    user

    05/23/2021, 7:07 AM
    my goal is to use your videos feature, to show the etched behavior, into my esmb editor (to help to understand the concept)
  • u

    user

    05/23/2021, 7:18 AM
    (the logs are made from the editor itself)
  • g

    gray-kilobyte-89541

    05/24/2021, 5:01 PM
    try this https://docs.cypress.io/api/plugins/browser-launch-api#Usage
  • u

    user

    05/24/2021, 5:03 PM
    ok, thanks a lot ๐Ÿ™‚
  • u

    user

    05/24/2021, 5:04 PM
    and congratz for that easy tool to use ๐Ÿ˜›
  • u

    user

    05/24/2021, 5:04 PM
    hope to see the full ESM support
  • g

    gray-kilobyte-89541

    05/24/2021, 5:05 PM
    in the plugin file?
  • u

    user

    05/24/2021, 5:05 PM
    yeah
  • u

    user

    05/24/2021, 5:08 PM
    (and maybe the coverage, idk, not tested actually)
  • u

    user

    05/24/2021, 5:09 PM
    ESM everywhere, in short
  • u

    user

    05/24/2021, 5:09 PM
    ๐Ÿ˜„
  • f

    flat-electrician-52949

    05/24/2021, 7:08 PM
    so far I'm loving cypress component-testing - but I would like to hear your advice on how to test utils/helper files?
  • f

    flat-electrician-52949

    05/24/2021, 7:09 PM
    There is nothing to mount and dragging in a testing library seems a huge.. Wondering if I could just use the
    console.assert
  • f

    flat-electrician-52949

    05/24/2021, 7:10 PM
    and have the file
    *.test.ts
    - since cypress has been set to use
    *.spec.ts
  • f

    flat-electrician-52949

    05/24/2021, 8:03 PM
    (have just tried to setup nodemon ts-node to run an
    utils/assertion.test.ts
    file but typescript and modules are not playing nice together)
  • s

    stocky-dream-36427

    05/25/2021, 4:05 AM
    Iโ€™m confused at what youโ€™re trying to do. Whatโ€™s wrong with the chai assertions Cypress ships with
1...151617...252Latest