Matt Przybylski
Matt Przybylski
@mathieubergeron Thank you for bring this up, it's definitely a sight for sore eyes in our Teams npm publish reporting channel :) I was going to circle back on this...
I'm trying to get this working as well but I can't even get past the fact that the mockServiceWorker.js file cannot be served during component testing. My app is running...
@kettanaito Thanks for your reply. My apologies, I left out the fact that I had tried all the possibly URLs I could think of at `:8080` as well but I...
I was able to resolve my issue when I realized that webpack for the cypress component tests was being served on localhost:8080/public (whereas my app serves on localhost:3000/dist/public, long story,...
if you use `exclude` in the config it works, FYI. Ran into this same issue and that worked for me.
@alexn-s I tried something similar and found that exclude will not take globs, only directories as far as I could tell. Luckily my stories and tests are in `stories` and...
@alexn-s Sorry, I just realized i did accomplish it in another repo, by doing the following: `"exclude": [".spec.js"],`
@alexn-s yeah, not ideal, but at least there is a work around I suppose :)
@BenjaminVanRyseghem The above throws an error: `[Validate format] Invalid key: format`
@BenjaminVanRyseghem Gotcha, but unfortunately that results in the same output.