This repository was archived by the owner on Jan 22, 2024. It is now read-only.

Description
Snapshot tests currently depend on CoreScriptSyncService and FileSystemService to read/write files and resolve the file path of scripts in the datamodel. These are internal Roblox services that developers typically don't have access to. This behaviour should be replaced by something else, but it's not clear what.
Snapshot Testing is completely unavailable until Roblox's internal behaviour is pulled out and replaced. Currently, Snapshot Tests can only run via roblox-cli, a command line tool only available to Roblox engineers.