-
Notifications
You must be signed in to change notification settings - Fork 174
Playwright instructions typescript #62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Playwright instructions typescript #62
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Adds a new Playwright TypeScript instruction file and updates the repository’s index to include corresponding instruction, prompt, and chat mode entries.
- Introduce
playwright-typescript.instructions.md
with guidelines and examples for writing Playwright tests in TypeScript. - Update
README.md
to register the new instruction, a matching prompt, and a Playwright test generator chat mode.
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
File | Description |
---|---|
instructions/playwright-typescript.instructions.md | New instruction file outlining best practices and an example test. |
README.md | Added links for the new Playwright instruction, prompt, and chat mode. |
Comments suppressed due to low confidence (2)
README.md:108
- Add a descriptive text for this chat mode column so readers know its purpose.
| [Playwright Test Generator](chatmodes/playwright-test-generator.chatmode.md) | | [](https://vscode.dev/redirect?url=vscode%3Achat-chatmode%2Finstall%3Furl%3Dhttps%3A%2F%2Fraw.githubusercontent.com%2Fgithub%2Fawesome-copilot%2Fmain%2Fchatmodes%2Fplaywright-test-generator.chatmode.md) [](https://insiders.vscode.dev/redirect?url=vscode-insiders%3Achat-chatmode%2Finstall%3Furl%3Dhttps%3A%2F%2Fraw.githubusercontent.com%2Fgithub%2Fawesome-copilot%2Fmain%2Fchatmodes%2Fplaywright-test-generator.chatmode.md) |
README.md:43
- [nitpick] Consider updating 'Typescript' to 'TypeScript' to match the official capitalization.
| [Playwright Typescript](instructions/playwright-typescript.instructions.md) | Playwright test generation instructions | [](https://vscode.dev/redirect?url=vscode%3Achat-instructions%2Finstall%3Furl%3Dhttps%3A%2F%2Fraw.githubusercontent.com%2Fgithub%2Fawesome-copilot%2Fmain%2Finstructions%2Fplaywright-typescript.instructions.md) [](https://insiders.vscode.dev/redirect?url=vscode-insiders%3Achat-instructions%2Finstall%3Furl%3Dhttps%3A%2F%2Fraw.githubusercontent.com%2Fgithub%2Fawesome-copilot%2Fmain%2Finstructions%2Fplaywright-typescript.instructions.md) |
…wright instructions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like a few files are missing from the PR, want to check the local repo
Pull Request Checklist
node update-readme.js
and verified thatREADME.md
is up to date.Description
Playwright TypeScript Instruction
Type of Contribution
Additional Notes
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.