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(e2e-testing): setup playwright #71

Open
wants to merge 26 commits into
base: main
Choose a base branch
from
Open

Conversation

ilyamore88
Copy link
Member

@ilyamore88 ilyamore88 commented Mar 10, 2024

ToDo

  • Setup base Playwright instance;
  • Add CI job for Playwright running;
  • Add basic test cases for Playground.

@ilyamore88 ilyamore88 changed the title [WIP [WIP] feat(e2e-testing): setup playwright Mar 10, 2024
@ilyamore88 ilyamore88 marked this pull request as draft March 10, 2024 12:44
Copy link

github-actions bot commented Mar 10, 2024

⏭️ No files to mutate for ./packages/model

Copy link

github-actions bot commented Mar 10, 2024

⏭️ No files to mutate for ./packages/dom-adapters

Copy link

github-actions bot commented Mar 10, 2024

Coverage report for ./packages/dom-adapters

St.
Category Percentage Covered / Total
🟢 Statements 100% 0/0
🟢 Branches 100% 0/0
🟢 Functions 100% 0/0
🟢 Lines 100% 0/0

Test suite run success

1 tests passing in 1 suite.

Report generated by 🧪jest coverage report action from c99717f

Copy link

github-actions bot commented Mar 10, 2024

Coverage report for ./packages/model

St.
Category Percentage Covered / Total
🟢 Statements 100% 742/742
🟢 Branches 99.49% 197/198
🟢 Functions 99.44% 179/180
🟢 Lines 100% 716/716

Test suite run success

389 tests passing in 24 suites.

Report generated by 🧪jest coverage report action from c99717f

@ilyamore88 ilyamore88 marked this pull request as ready for review August 28, 2024 23:19
@ilyamore88 ilyamore88 changed the title [WIP] feat(e2e-testing): setup playwright feat(e2e-testing): setup playwright Aug 28, 2024
Copy link
Contributor

@neSpecc neSpecc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't need to test playground, we should test dom-adapters. So tests should be setup for the Dom-adapters package

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.

3 participants