Variable useIsolatedComponentFilesConst

useIsolatedComponentFiles: undefined | string = process.env.CYPRESS_USE_ISOLATED_CT_FILES

Option to make each *.stories.tsx file into a test file, whereas omitting means all test files will need to be gathered as exports and executed via a mount.cy.ts file which gathers all exports from these files and iterates over them.