Package-level declarations
Test DSL scope (E2ETestScope), configuration (E2ETestConfig), lifecycle hooks (E2ETestLifecycle, BeforeAll, AfterAll), and annotation-based test infrastructure.
Types
Marks a function to be executed once after all test scenarios in the test suite complete.
Marks a function to be executed once before any test scenario in the test suite starts.
Configuration options for an end-to-end test execution.
Interface providing per-test scenario lifecycle hooks for a test class.
Primary execution scope for a Parikshan end-to-end test scenario.
Functions
Returns true if the current test execution target is an Android device or emulator.
Returns true if the current test execution target is JVM Desktop.
Returns true if the current test execution target is an iOS simulator or device.
Returns true if the current test execution target is Web (WasmJs).