-
Notifications
You must be signed in to change notification settings - Fork 7
Create Writing Playwright tests
in TESTING.md
#612
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
Comments
Writing Playwright tests
in TESTING.md
As I started writing documentation on commit |
The aim of this issue is to create section
Writing Playwright tests
inTESTING.md
as level 2 heading.Documentation should contain rules how to test, what to test, formatting of tests and so. Please, review the list of requirements from #587 and use necessary items and reword them to match the rest of the documentation.
Also review pull requests #608 and #588 and create points of documentation from them.
While the documentation should contain template how to write tests with all describe blocks, do not forget to include formatting tips like default props first, then alphabetically ordered props (if there are multiple propTests like feedback color, neutral color and so, it is still
color
props, so order it alphabetically ascolor
.The text was updated successfully, but these errors were encountered: