@velas/detoxer
TypeScript icon, indicating that this package has built-in type declarations

0.8.0 • Public • Published

logo

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

Readme

Keywords

none

Package Sidebar

Install

npm i @velas/detoxer

Weekly Downloads

1

Version

0.8.0

License

ISC

Unpacked Size

290 kB

Total Files

28

Last publish

Collaborators

  • yashaka
  • alexshmyrkov
  • velas_ag
  • yelagins
  • sledyuk
  • oleksandr.pelykh