Skip to content

StackVista/typed-cypress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

typed-cypress

TypeScript type definitions for Cypress. Provided by StackState.

Installation

typings install github:StackVista/typed-cypress dt~mocha --global --save

This should write to typings.json something like this:

{
  "globalDependencies": {
    "cypress": "github:StackVista/typed-cypress",
    "mocha": "registry:dt/mocha#2.2.5+20161221010438"
  }
}

Now, depending on your setup, you may need something like this at the top of your spec files (integration/*.ts):

/// <reference path="../typings/index.d.ts" />

About

TypeScript typings for Cypress

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •