ts-eventually
TypeScript icon, indicating that this package has built-in type declarations

1.0.6 • Public • Published

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

/ts-eventually/

    Package Sidebar

    Install

    npm i ts-eventually

    Weekly Downloads

    11

    Version

    1.0.6

    License

    MIT

    Unpacked Size

    14.9 kB

    Total Files

    8

    Last publish

    Collaborators

    • dobashi