@intuned/runtime) is a required dependency for all Intuned projects. It provides:
- Runtime setup and configuration for Playwright that integrates with the Intuned platform.
- The Intuned CLI for developing, testing, and deploying automations locally.
- Helper functions that give your automations access to Intuned platform features.
Reference
- persistentStore — Key-value store that persists across runs.
- attemptStore — Key-value store scoped to the current attempt.
- extendPayload — Add payloads dynamically during job execution.
- extendTimeout — Reset the timeout timer for the current attempt.
- getAuthSessionParameters — Retrieve parameters of the current AuthSession.
- CAPTCHA helpers — Wait for CAPTCHAs to be solved and subscribe to status updates.
- CLI reference — Command-line interface for developing, testing, and deploying automations.