Skip to content
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

chore: set up playwright #25

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft

Conversation

halvaradop
Copy link
Owner

Description

This pull request sets up the Playwright dependency to facilitate end-to-end testing in the package, ensuring that components are created correctly. This setup optimizes the identification of potential mistakes and helps prevent bugs in the code. Key changes include:

  • Installed playwright for end-to-end testing
  • Added test:e2e and test:e2e:report commands in package.json
  • Created playwright.config.ts file for configuration
  • Added test and tests-examples folders

Checklist

  • Added documentation.
  • The changes do not generate any warnings.
  • I have performed a self-review of my own code
  • All tests have been added and pass successfully

Notes

- Installed `playwright` for end-to-end testing
- Added `test:e2e` and `test:e2e:report` commands in package.json
- Created `playwright.config.ts` file for configuration
- Added `test` and `tests-examples` folders
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant