1.0.6 • Published 1 year ago

ts-eventually v1.0.6

Weekly downloads
58
License
MIT
Repository
github
Last release
1 year ago

Eventually for TypeScript.

WebdriverIO's waitUntil() doesn't work with TypeScript. This project provide same function as eventually().

How to use

Just call your function in eventually(() => f)

eventually(() => throwableFunction("aaa"))

You can specify timeout and interval. The default is timeout: 10 seconds, interval: 1 second.

TODO

TODO list

  • Separate directory into Main and Sample
  • Register to npm

How to develop

TODO change to package.json

npm install typescript ts-node
1.0.6

1 year ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago