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

feat: install Playwright for comprehensive e2e testing of component interactions #2317

Merged
merged 2 commits into from
Jul 25, 2024

Conversation

acd02
Copy link
Contributor

@acd02 acd02 commented Jul 23, 2024

TASK: #2311

Description, Motivation and Context

Recently, we had a couple of incidents regarding our components. The goal of this PR is to add Playwright to enable e2e tests, ensuring that our components continue to function well together, even when one component receives an update.

For example, if a dependency of our Dialog component is updated, Dependabot will automatically open a PR to update the dependency. However, this update might break some functionality, such as a Popover within a Dialog. With these e2e tests, we will be notified of such issues when Dependabot opens the PR.

Types of changes

  • 🛠️ Tool
  • 🪲 Bug fix (non-breaking change which fixes an issue)
  • ✨ New feature (non-breaking change which adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • 🧾 Documentation
  • 📷 Demo
  • 🧪 Test
  • 🧠 Refactor
  • 💄 Styles

Copy link

codecov bot commented Jul 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.47%. Comparing base (26970cf) to head (044e486).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2317   +/-   ##
=======================================
  Coverage   96.47%   96.47%           
=======================================
  Files         493      493           
  Lines        4139     4139           
  Branches     1340     1303   -37     
=======================================
  Hits         3993     3993           
  Misses        144      144           
  Partials        2        2           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

…nteractions

install Playwright for comprehensive e2e testing of component interactions

#2311
@acd02 acd02 merged commit b8b0b0d into main Jul 25, 2024
11 of 12 checks passed
@acd02 acd02 deleted the feat-playwright-setup branch July 25, 2024 13:34
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.

Implement edge case tests for component interactions
3 participants