George Ashton
George Ashton
Agree, loved the plugin until this happened. If you want to charge, fair enough. But the way it is presented on Trello makes it look like a free plugin, wasn't...
Run any test with the above config file or just the module import in config file, super easy to reproduce.
> Hi @GeorgeXCV, I was able to recreate and fix this issue in this repo: [cypress-del-ts](https://github.com/rockindahizzy/cypress-del-ts) > > The ticket for my project was adding [`"type": "module"` to package.json](https://github.com/rockindahizzy/cypress-del-ts/blob/main/package.json#L7). >...
> Hi @GeorgeXCV - could you verify the contents of your `tsconfig.json` file at your project root? I was able to reproduce the "exports is not defined in ES module...
> Which version of Chrome are you using? Version 107.0.5304.87
> @GeorgeXCV, could you put together a simplified example repo? The test code you provided seems to rely on your specific project. I'm unclear on how you're loading the json...
I have the same issue I believe, I pass something like ` --env grepTags=@login` and it will run those tagged tests but it runs the before hook from a couple...
> npx [email protected] install Still get the same error.
> When I use: > > ``` > Cypress.require("../../support/myCustomCommands") > ``` > > I see: > > ``` > Cypress.require is not a function > ``` > > When I...
Same issue, the plugin isn't usable until fixed.