We have a few tests that run the same path in both e2e & canary flows. We previously used test suites exported from the tested package itself but this is not a great solution, as it pollutes the actual code that's necessary to run the packages.
We should figure out a way to share the test code without exporting it from the packages
We have a few tests that run the same path in both e2e & canary flows. We previously used test suites exported from the tested package itself but this is not a great solution, as it pollutes the actual code that's necessary to run the packages.
We should figure out a way to share the test code without exporting it from the packages