Yann Braga
Yann Braga
Thanks for using this library and opening this issue @schneefux! There's currently a limitation that won't allow you to get info from the viewports addon, hopefully we can add support...
Thanks @VickyKoblinski! Your project must be super cool, given all the stuff you've been doing with the test runner!
TODO: add a recipe for that ☝️
Hey @VictorGlindasPaf thanks for opening this issue! Is that the only failure in your tests, or do previous tests fail too? Is there more info you can give to help...
> @yannbf The error is flaky and happens occasionally. Yesterday, even in this repository, it happened once when I was running the tests. Reexecuting the tests made the error disappear....
Hey @jeremyzila, we use jest-playwright as the playwright runner does not support file transformations and we need that in order to turn stories into tests. If they ever support that...
Hey @patak-dev do you think we can already experiment with vite? Will it be able to accept transformations like jest?
Alright, I'll do some experimentations with it! Thanks!
Hey @MiguelNiblock! We haven't seen a lot of people using the test runner in a react-native project (in combination with react-native-web), but I checked the example repo you shared and...
Hey @rhuanbarreto I think you could achieve that directly when running `nyc` (decoupled from the test runner), by passing reporters to it. Is that the case?