1.0.4 • Published 2 years ago

test-type-definition v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

TypeScript Definitions for testRTC script commands

Installation

Make sure you have Node Package Manager installed. ( https://www.npmjs.com/get-npm )

This package extends @types/nightwatch with testRTC custom commands

npm install -D test-type-definition

or

yarn add -D test-type-definition

Configure your tsconfig.json to add provided types to your project scope if your IDE can't see it

{
  "compilerOptions": {
    "types": [
      "test-type-definition"
    ],
  },
}

Enjoy assistive scripting in your IDE !

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago