luixaviles / litelement-website

A Single Page Application(SPA) based on Web Components using LitElement and TypeScript
MIT License
77 stars 18 forks source link

Cannot find name 'cy' #5

Open Canuckaholic opened 3 years ago

Canuckaholic commented 3 years ago

I've cloned the repo and followed the instructions, but for any command that I try to run I get an error similar to

cypress/integration/about.spec.ts(4,5): error TS2304: Cannot find name 'cy'.
luixaviles commented 3 years ago

It was a tsconfig.json file issue. It's fixed now and I added instructions to run E2E tests on the README file.

kappa-london commented 3 years ago

Hi, how can I run & watch -> i noticed that changes only work when i use : npm run start:build <- however this is not watching any changes. Kind regards