Migrate Playwright suite to .NET UI tests and deprecate TS project
This commit is contained in:
@@ -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';
|
||||
Reference in New Issue
Block a user