Help me build a skill called "playwright-project-setup". This skill will be used to set up a new Playwright project.
This skill contains 6 steps:
- Check if project is initialized or not. If not, we should run
npm init -y playwright@latest - Ask user for module structure, this will be used when we create the folder structure. The module structure is as follows:
For example, user has two modules: storefront, dashboard