You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!