@bgvinayak/uta-detox
v0.0.1
Published
Detox adapter for Unified Test Artifacts
Downloads
16
Readme
@bgvinayak/uta-detox
Detox adapter for Unified Test Artifacts (UTA). This package allows UTA to capture artifacts specifically for Detox tests.
Installation
pnpm add @bgvinayak/uta-detox
# or
npm install @bgvinayak/uta-detoxUsage
import { DetoxAdapter } from '@bgvinayak/uta-detox';
import { UTA } from '@bgvinayak/uta-core';const uta = new UTA({ adapter: new DetoxAdapter(), // ... other config });
For more details, see the [UTA documentation](https://github.com/bhatvinayak/Unified-Test-Artifacts-UTA).