litelement-website
litelement-website copied to clipboard
Cannot find name 'cy'
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'.
It was a tsconfig.json
file issue.
It's fixed now and I added instructions to run E2E tests on the README file.
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