Tomáš Hübelbauer

Results 168 comments of Tomáš Hübelbauer

@robertsLando As far as whether I can fix this, I don't know how to. I am not able to parse the information on the site I linked well enough to...

BTW this happens to me when using MQTT with Vite and I was able to make the error go away with this Vite config but then ran into a runtime...

@pavelfeldman Yeah I will adjust them, but I am curious if you have a better suggestion for the message copy as well as whether there is a way to distinguish...

@dgozman Is there any way to tell if the project was `npm init`'d with the language choice of JavaScript or TypeScript? That would help me print the right configuration file...

Something weird is going on with the tests. I am following `CONTRIBUTING.md` and it misses a step where I had to do `npx playwright install` before `npm test` would run...

Sorry, I misunderstood your suggestion at first! Now I get what you mean and how to get the right path.

> Send us a PR if you'd like 😄 I would! Will do. > `npm run ttest -- --grep` Perfect, thanks, will also add to the PR! One last thing:...

Alright, this should be good to go. The tests are passing locally and we even tests the config file existing in one and not existing in the other and the...

Need to fix this: ``` runner.spec.ts:60:5 › it should not allow a focused test when forbid-only is used Error: expect(received).toContain(expected) // indexOf Expected substring: "Error: … the Playwright configuration file:...