Name Description Size Coverage
backups -
test_generate_backup_fixture.py Generates backup fixtures with test data for compatibility testing. This is not part of the regular test suite - run manually before bumping SCHEMA_VERSION to create fixtures of the current version. To generate fixtures: 1. Ensure you're on the commit BEFORE bumping SCHEMA_VERSION 2. Add entry to VERSION_CONFIG in compat_config.py 3. Run: ./mach test browser/components/backup/tests/marionette/compat-files/test_generate_backup_fixture.py --headless 4. Legacy and selectable fixtures will be saved to backups/ 5. Add the new fixtures to manifest.toml support-files 6. Add test methods to test_compatibility.py 8179 -