Migrate Playwright suite to .NET UI tests and deprecate TS project

This commit is contained in:
Joseph Doherty
2026-02-06 18:44:40 -05:00
parent 4e56ea3435
commit 562f7e9e37
105 changed files with 1119 additions and 0 deletions
@@ -0,0 +1,29 @@
/**
* Playwright Test Helpers for JDE Scoping Tool
*
* This module exports all helper functions for E2E testing.
*/
// Authentication helpers
export * from './auth.helper';
// Navigation helpers
export * from './navigation.helper';
// Search type helpers
export * from './search-type.helper';
// Date picker helpers
export * from './date-picker.helper';
// Autocomplete panel helpers
export * from './autocomplete.helper';
// File upload panel helpers
export * from './file-upload.helper';
// Radzen component helpers
export * from './radzen.helper';
// Form validation helpers
export * from './validation.helper';