Hey guys! How do you organize (meaning different...
# best-practices
g
Hey guys! How do you organize (meaning different file names, folder structures, etc.) tests that are using all app layers but run in a mocked environment, with no dependency to other running systems? Feels like this is a missing category, as a middle ground between component testing and real end-to-end testing ( which normally uses a true deployed backend). Storybook clearly describes these two separate approaches for user flow testing: https://storybook.js.org/tutorials/ui-testing-handbook/react/en/user-flow-testing/ Thanks and cheers, Balazs
3 Views