Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.22 KB

File metadata and controls

28 lines (20 loc) · 1.22 KB

Getting ready for the course

Are you ready for the course? Check it out by:

  • Cloning this repository
  • Checking out that everything listed in the Environment section is up and running un your machine
  • Launching $ npm install
  • Launching $ npm run test:smoke

The above steps launch the front-end application, and Cypress. If you see something like

      Spec                           Tests  Passing  Failing  Pending  Skipped
┌─────────────────────────────────────────────────────────────────────────────┐
│ ✔  realworld/smoke.spec.js  00:01     1        1        -        -        - │
└─────────────────────────────────────────────────────────────────────────────┘
  ✔  All specs passed!        00:01     1        1        -        -        -

you're ready for the course!

Please note: it should work fine on Windows too.

Environment

Requirements

  • Node.js 14.8.0+
  • NPM 6.14.0+