-
Notifications
You must be signed in to change notification settings - Fork 251
docs: add quickstart guide for Playwright samples in D365 and improve fork README #450
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: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
@@ -0,0 +1 @@ | ||||||||||||||||||||||||||||||||||||||
Dica: parametrizar fixtures/vari�veis para seu tenant antes de rodar em CI. | ||||||||||||||||||||||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The documentation appears incomplete. According to the PR description, this should be a comprehensive quickstart guide with prerequisites, setup steps, and execution instructions, but only contains a single Portuguese tip. The complete documentation described in the PR is missing.
Suggested change
Running the TestsTo execute all Playwright tests, run: npx playwright test To run a specific test file: npx playwright test path/to/your/test.spec.ts Additional Tips
Troubleshooting
Happy Testing!
Copilot uses AI. Check for mistakes. Positive FeedbackNegative Feedback |
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.
The text contains character encoding issues. The word 'variáveis' is corrupted as 'vari�veis'. This should be corrected to proper UTF-8 encoding or written in English for consistency.
Copilot uses AI. Check for mistakes.