Remix.run Logo
aleksiy123 2 days ago

I guess it all depends, isolation isn’t binary.

you can share some things and be isolated across other dimensions.

You could share a Postgres dB connection but just isolate the data logically.

You can isolate or share across individual tests, across suites, across envs, across runs, across time.

More isolation is generally better unless the complexity or cost is too high.

But I guess I was just confused as to how a test requires isolation rather than have it.