ohos-test-arkruntime-interop-testing
Installation
SKILL.md
ETS Interop Testing
This skill provides a structured workflow and templates for creating comprehensive interop tests between ArkTS (ETS) and JavaScript/TypeScript.
Core Concepts
Interop tests typically involve three layers:
- C++ Runner: GTest-based entry point that manages the VM lifecycle.
- ArkTS (ETS) Logic: The main test code written in ArkTS.
- JS/TS Module: The JavaScript or TypeScript code being called or calling into ArkTS.