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

test: add the E2E testing #72

Merged
merged 17 commits into from
Nov 8, 2024
Merged

test: add the E2E testing #72

merged 17 commits into from
Nov 8, 2024

Conversation

mato533
Copy link
Owner

@mato533 mato533 commented Nov 7, 2024

Description

Add a test to verify that when this library is used with electron, it works correctly from the following points of view.

  1. The type that we expect is actually reflected in the typescript.
  2. Build an electron app using this library and make sure IPC works as expected.

Copy link
Contributor

github-actions bot commented Nov 8, 2024

Coverage Report

Status Category Percentage Covered / Total
🟢 Lines 99.31% (🎯 70%) 288 / 290
🟢 Statements 99.31% (🎯 70%) 288 / 290
🟢 Functions 100% (🎯 70%) 41 / 41
🟢 Branches 97.84% (🎯 70%) 91 / 93
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
src/channel.ts 100% 100% 100% 100%
src/preload.ts 100% 100% 100% 100%
Generated in workflow #124 for commit 39de3ac by the Vitest Coverage Report Action

github-actions bot and others added 2 commits November 8, 2024 03:04
[AUTO] this commit is created by github actions automatically.
@mato533 mato533 merged commit 09cf03a into main Nov 8, 2024
8 checks passed
@mato533 mato533 deleted the test/e2e branch November 8, 2024 07:37
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