Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 390 Bytes

File metadata and controls

11 lines (9 loc) · 390 Bytes

What is this?

This is a simple repo demonstrating how to setup typescript with cypress:

  • 2 Example Commands are typed
  • All tsconfig and other config files are setup
  • Added script shortcuts as recommended from DOCS

How to test different dependencies?

  • Upgrade dependencies in the package.json file
  • Install new dependencies with yarn
  • Run yarn cypress:open and test