-
### Current behavior
In 10.6 specs list search was updated to work file path. While it is working now if path contains back slash, it does NOT work with forward slashes in the path. For example if …
-
Hi
I am trying to debug my cypress code with the debugger in the pro version of the plugin. I've tried latest versions of IDEA Ultimate and WebStorm and neither seems to work. See attached screen…
-
### Issue description or question
I am trying to setup wallabyjs with a new project that is using pnpm workspace and vitest.
I am trying to self-reference my project using [vite aliases](https:/…
-
### Current behavior
From version 10.5.0 onwards, the specs section no longer displays any specs in the file.
![image](https://user-images.githubusercontent.com/89112159/185836821-d3eebfee-a8c7-43d6…
-
### Current behavior
I have a problems with component tests
If I add node_modules dependency into support file - this dependency wouldn't be pre-bundled by Vite. This is because Cypress pass `supp…
-
### Issue description or question
While trying to setup wallabyjs in a pnpm workspace monorepo and vitest, wallaby is not picking up modified `globalThis` from the [setupFile](https://vitest.dev/co…
-
I'm constantly running into this with automatic configuration. It never starts with the error. It comes in when I make any change.
What are the defaults for `files` and `tests` when using automatic…
-
Hi,
I just installed the plugin in IntelliJ-Ultimate 2021.3.3 and restarted the idea.
I open up a `index.test.tsx` or `index.spec.tsx` but I only see the cypress and jest options to run the test.
…
-
When i try to run a test (Right-click -> Run test -> Cypress Run), it crashes immediately with the following output:
```
$PATH_TO_NODE\node.exe $PATH_TO_NODE\node_modules\npm\bin\npx-cli.js cypress …
-
## Description
I'm trying to migrate the JHipster Quarkus blueprint from using Mongock 4 to 5. The following class doesn't compile because there is no longer a `MongockAnnotationProcessor` class. A…