TenantAtlas/apps/platform/tests/Browser
ahmido ec4ff1074c Spec 322: add browser no-drift regression guards (#379)
## Summary
- add the Spec 322 artifact set for the browser no-drift regression guard
- add Feature navigation guards for admin surface scope, environment CTA URLs, and legacy alias rejection
- add Browser smoke coverage for workspace hubs, environment-owned surfaces, workspace-owned analysis surfaces, and alerts/audit flows
- add the Spec 322 browser support harness used by the new smoke coverage

## Validation
- `cd apps/platform && ./vendor/bin/sail artisan test tests/Feature/Navigation/Spec322AdminSurfaceScopeContractTest.php tests/Feature/Navigation/Spec322LegacyQueryAliasGuardTest.php tests/Feature/Navigation/Spec322EnvironmentCtaUrlContractTest.php --compact`
- `cd apps/platform && ./vendor/bin/sail artisan test tests/Browser/Spec322WorkspaceHubNoDriftSmokeTest.php tests/Browser/Spec322EnvironmentOwnedSurfaceSmokeTest.php tests/Browser/Spec322WorkspaceOwnedAnalysisSmokeTest.php tests/Browser/Spec322AlertsAuditNoDriftSmokeTest.php --compact`
- `cd apps/platform && ./vendor/bin/sail pint --dirty`
- `git diff --check`

## Notes
- a broader filtered regression run still reports existing Baseline Compare feature-test failures outside this diff

Co-authored-by: Ahmed Darrazi <ahmed.darrazi@live.de>
Reviewed-on: #379
2026-05-17 11:34:31 +00:00
..
Dashboard feat: clean up legacy tenant environment context (#372) 2026-05-16 18:25:36 +00:00
OpsUx fix: restore full-suite green signals across platform workflows (#351) 2026-05-12 18:50:40 +00:00
PortfolioCompare refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
Reviews feat: clean up legacy tenant environment context (#372) 2026-05-16 18:25:36 +00:00
Support Spec 322: add browser no-drift regression guards (#379) 2026-05-17 11:34:31 +00:00
.gitkeep Spec 182: relocate Laravel platform to apps/platform (#213) 2026-04-08 08:40:47 +00:00
OnboardingDraftRefreshTest.php refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
OnboardingDraftVerificationResumeTest.php refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
Spec172DeferredOperatorSurfacesSmokeTest.php Spec 315: implement environment CTA explicit filter contract (#370) 2026-05-16 11:50:20 +00:00
Spec174EvidenceFreshnessPublicationTrustSmokeTest.php feat: clean up legacy tenant environment context (#372) 2026-05-16 18:25:36 +00:00
Spec177InventoryCoverageTruthSmokeTest.php fix: restore full-suite green signals across platform workflows (#351) 2026-05-12 18:50:40 +00:00
Spec190BaselineCompareMatrixSmokeTest.php feat: clean up legacy tenant environment context (#372) 2026-05-16 18:25:36 +00:00
Spec192RecordPageHeaderDisciplineSmokeTest.php feat: clean up legacy tenant environment context (#372) 2026-05-16 18:25:36 +00:00
Spec193MonitoringSurfaceHierarchySmokeTest.php refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
Spec194GovernanceFrictionSmokeTest.php feat: clean up legacy tenant environment context (#372) 2026-05-16 18:25:36 +00:00
Spec198MonitoringPageStateSmokeTest.php feat: clean up legacy tenant environment context (#372) 2026-05-16 18:25:36 +00:00
Spec202GovernanceSubjectTaxonomySmokeTest.php refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
Spec265DecisionRegisterSmokeTest.php Spec 315: implement environment CTA explicit filter contract (#370) 2026-05-16 11:50:20 +00:00
Spec274BillingSubscriptionTruthSmokeTest.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
Spec276SupportAccessGovernanceSmokeTest.php PR: 276-support-access-governance → platform-dev (#332) 2026-05-05 21:54:26 +00:00
Spec277StoredReportsSurfaceSmokeTest.php feat: clean up legacy tenant environment context (#372) 2026-05-16 18:25:36 +00:00
Spec279ManagedEnvironmentCoreCutoverSmokeTest.php refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
Spec280WorkspaceTenancyEnvironmentRoutingSmokeTest.php Spec 315: implement environment CTA explicit filter contract (#370) 2026-05-16 11:50:20 +00:00
Spec281ProviderConnectionScopeSmokeTest.php feat: clean up legacy tenant environment context (#372) 2026-05-16 18:25:36 +00:00
Spec282GovernanceArtifactRetargetingSmokeTest.php refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
Spec283ProviderCapabilityRegistrySmokeTest.php feat: clean up legacy tenant environment context (#372) 2026-05-16 18:25:36 +00:00
Spec284ArtifactSourceTaxonomySmokeTest.php feat: clean up legacy tenant environment context (#372) 2026-05-16 18:25:36 +00:00
Spec285WorkspaceRbacEnvironmentAccessSmokeTest.php refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
Spec286EnvironmentCopyNeutralizationSmokeTest.php refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
Spec299WorkspaceOverviewCutoverSealSmokeTest.php feat: finalize managed environment cutover seal (#354) 2026-05-13 20:33:30 +00:00
Spec300ManagedEnvironmentNamingConsolidationSmokeTest.php feat: clean up legacy tenant environment context (#372) 2026-05-16 18:25:36 +00:00
Spec301InventoryNavigationCutoverSmokeTest.php feat: clean up legacy tenant environment context (#372) 2026-05-16 18:25:36 +00:00
Spec303AdminDirectoryGroupsCutoverSmokeTest.php feat: clean up legacy tenant environment context (#372) 2026-05-16 18:25:36 +00:00
Spec314WorkspaceHubNavigationContextSmokeTest.php feat: clean up legacy tenant environment context (#372) 2026-05-16 18:25:36 +00:00
Spec316WorkspaceHubClearFilterSmokeTest.php feat: clean up legacy tenant environment context (#372) 2026-05-16 18:25:36 +00:00
Spec322AlertsAuditNoDriftSmokeTest.php Spec 322: add browser no-drift regression guards (#379) 2026-05-17 11:34:31 +00:00
Spec322EnvironmentOwnedSurfaceSmokeTest.php Spec 322: add browser no-drift regression guards (#379) 2026-05-17 11:34:31 +00:00
Spec322WorkspaceHubNoDriftSmokeTest.php Spec 322: add browser no-drift regression guards (#379) 2026-05-17 11:34:31 +00:00
Spec322WorkspaceOwnedAnalysisSmokeTest.php Spec 322: add browser no-drift regression guards (#379) 2026-05-17 11:34:31 +00:00
TenantMembershipsPageTest.php refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00