v1.1.0: pooled runtime, 959 tests, production hardening (0 squash)
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
// Package exports for imhotep-fixtures.
|
||||
// Provides fixture pages and test harness utilities for Imhotep V1.
|
||||
|
||||
export {
|
||||
resolveFixturePage,
|
||||
loadFixturePage,
|
||||
findByTestId,
|
||||
extractAllTestIds,
|
||||
assertFixtureStructure,
|
||||
loadFixtureInPage,
|
||||
waitForFixtureReady,
|
||||
getComputedStyles,
|
||||
getBoundingBox,
|
||||
getAllBoundingBoxes,
|
||||
materializeState,
|
||||
fixtureRegistry,
|
||||
listFixtureCategories,
|
||||
getFixtureMetadata,
|
||||
} from './harness.js'
|
||||
Reference in New Issue
Block a user