Open
Description
Node.js version
18.18.0
NPM version
9.8.1
@checkly/cli version
4.14.0
Steps to reproduce
npm create checkly
All default options selected with TS and "'Advanced Example Project'" + deps installation
open created projects in WebStorm 2024.2 running on Kali Linux 2024.2 LTS
What is expected?
PW types are expected to be available in IDE after default project installation
What is actually happening?
PW types are not available for IDE due to missed PW dependency in default package.json
Any additional comments?
To use PR types, I currently need to install them manually as described in ReadMe. It would be fantastic if they were included by default when creating a project with the CLI since PW files coming with CLI create command it is expected that types will be available out of the box.
Thank you in advance — you're building an amazing product!