Donald Renner
Donald Renner
@kiview I have an example that is not ordering related. I need to be able to enable/disable the extension based on a condition in our CI pipeline. Because the class...
@kiview because I don't want the test disabled.
@kiview we simply run against real environments for regressions and the hope is to also run the same set of tests against testcontainers more frequently throughout the day. If I...
@kiview that's what I'm working through right now. If it works then I guess I'll write my own extension to mange this since I do not want to duplicate code...
@kiview the only thing I want is to be able to disable testcontainers and **not** disable the actual tests based on some condition. Duplicating an if () statement is not...
@shilman unfortunately I don't have anything for yarn setup in our CI that we use. I see that @SalahAdDin has tried a few more things without any luck. I can...
@shilman I jumped into the container and ran a require.resolve from node which does find the module without issue so I'm unsure what storybook is attempting to do when trying...
@shilman, we can close this issue. I discovered that my gitlab pipeline was caching dist directores in node_modules which was causing issues.
Issue was caused by cached node_modules in a ci pipeline preventing esbuild from doing what it needed to do.
@tomix26 I'm not having a problem, I would just like to **not** have to override the version of testcontainers when using Zonky. Testcontainers 1.17 is a few years old and...