@velas/detoxer
v0.8.0
Published
This is wrapper for detox framework with additional functionality including lazy elements, logger, helpers etc.
Downloads
38
Keywords
Readme
Detoxer
Wrapper for Detox framework.
Usage example
import { $ } from '@velas/detoxer';
await $('#some-id').wait();
await $('some-text').tap();
Also you can import device
import { $, device } from '@velas/detoxer'
and even the whole detox
import { $, device, detox } from '@velas/detoxer';
It allows you not to install detox at all and just use the imported one from detoxer
.
Build
Run tsc
command.
Publish to npm
npm login
npm publish