0.8.0 • Published 3 years ago

@velas/detoxer v0.8.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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
0.7.11

3 years ago

0.7.10

3 years ago

0.7.9

3 years ago

0.7.13

3 years ago

0.7.12

3 years ago

0.7.6

3 years ago

0.7.5

3 years ago

0.7.8

3 years ago

0.7.7

3 years ago

0.7.14

3 years ago

0.7.2

3 years ago

0.8.0

3 years ago

0.7.1

3 years ago

0.7.4

3 years ago

0.7.3

3 years ago

0.7.0

3 years ago

0.6.3

3 years ago

0.6.2

3 years ago

0.6.4

3 years ago

0.5.4

3 years ago

0.5.3

3 years ago

0.6.1

3 years ago

0.6.0

3 years ago

0.4.10

3 years ago

0.5.2

3 years ago

0.4.11

3 years ago

0.4.12

3 years ago

0.1.1

4 years ago