first commit
This commit is contained in:
27
tests/e2e/core/index.ts
Normal file
27
tests/e2e/core/index.ts
Normal file
@@ -0,0 +1,27 @@
|
||||
/**
|
||||
* Core module exports
|
||||
*/
|
||||
|
||||
// Fixtures
|
||||
export { test, expect } from './fixtures/base.fixture'
|
||||
export { testWithData, TestDataFactory } from './fixtures/test-data.fixture'
|
||||
export type {
|
||||
ProviderKeyConfig,
|
||||
CustomProviderConfig,
|
||||
VirtualKeyConfig,
|
||||
ProviderConfigItem,
|
||||
BudgetConfig,
|
||||
RateLimitConfig,
|
||||
} from './fixtures/test-data.fixture'
|
||||
|
||||
// Page Objects
|
||||
export { BasePage } from './pages/base.page'
|
||||
export { SidebarPage } from './pages/sidebar.page'
|
||||
|
||||
// Actions
|
||||
export * from './actions/navigation'
|
||||
export * from './actions/api'
|
||||
|
||||
// Utils
|
||||
export { Selectors } from './utils/selectors'
|
||||
export * from './utils/test-helpers'
|
||||
Reference in New Issue
Block a user