Naser Aleisa
Naser Aleisa
For anyone tracking this PR: eslint released some [compatibility utilities](https://eslint.org/blog/2024/05/eslint-compatibility-utilities/) that allows users to use this plugin in its current state with eslint v9. tldr: ```diff // eslint.config.js import testingLibrary...
@Bistard Would you be able to to open a PR for #10? Since it's a [simple](https://github.com/supermacro/neverthrow/issues/212#issuecomment-1870706050) change, perhaps we can get it merged quickly.
This is also an issue when using [direnv](https://github.com/direnv/direnv). ``` $ shopify app info CURRENT APP CONFIGURATION 💡 To change these, run `dev --reset` YOUR PROJECT Root location /home/nbe/projects/playground/d-shopifie-2 DIRECTORY COMPONENTS...
While that is something we can do, I'm not sure I can see the case for actually doing so (given the overhead of running the playwright cli). Do you currently...
I haven't used other neotest adapters that much so I had not previously thought about how neotest would behave in that scenario. But I can see how that would be...
@sand4rt Replying to your [comment](https://github.com/thenbe/neotest-playwright/pull/26/files#r1493844889) here as I'm afraid Github will bury that thread after that PR is merged. > Thanks for the explanations! At least it's only needed in...
> At the moment I don't see a way to run Playwright tests separately using neotest. @AlexandrosAlexiou has recently added PR's to both [neotest-playwright](https://github.com/thenbe/neotest-playwright/pull/26) and [neotest-vitest](https://github.com/marilari88/neotest-vitest/pull/43) that expose a new...
> My playwright tests are in tests directory, but neotest-vitest continues to run them and they fail. A neotest adapter can only control what it runs. A neotest adapter can...