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 back e2e tests CHA-116 #443

Closed
wants to merge 16 commits into from

Conversation

roninjin10
Copy link
Collaborator

@roninjin10 roninjin10 commented Aug 29, 2023

Description

Closes #50
Add back playwright e2e tests

Testing

Explain the quality checks that have been done on the code changes

Additional Information

Your ENS/address:

@vercel
Copy link

vercel bot commented Aug 29, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
evmts-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 12, 2023 1:10am

@changeset-bot
Copy link

changeset-bot bot commented Aug 29, 2023

🦋 Changeset detected

Latest commit: 046e889

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

💥 An error occurred when fetching the changed packages and changesets in this PR
Some errors occurred when validating the changesets config:
The package or glob expression "@evmts/e2e" is specified in the `ignore` option but it is not found in the project. You may have misspelled the package name or provided an invalid glob expression. Note that glob expressions must be defined according to https://www.npmjs.com/package/micromatch.

@roninjin10
Copy link
Collaborator Author

roninjin10 commented Aug 29, 2023

Current dependencies on/for this PR:

This comment was auto-generated by Graphite.

@github-actions
Copy link
Contributor

github-actions bot commented Aug 29, 2023

Coverage Report for @evmts/core (./core)

Status Category Percentage Covered / Total
🟢 Lines 100% / 100% 223 / 223
🟢 Statements 100% / 100% 223 / 223
🟢 Functions 100% / 100% 7 / 7
🟢 Branches 100% / 100% 32 / 32
File CoverageNo changed files found.
Generated in workflow #510

@github-actions
Copy link
Contributor

github-actions bot commented Aug 29, 2023

Coverage Report for @evmts/ethers (./ethers)

Status Category Percentage Covered / Total
🟢 Lines 100% / 100% 77 / 77
🟢 Statements 100% / 100% 77 / 77
🟢 Functions 100% / 100% 2 / 2
🟢 Branches 100% / 100% 12 / 12
File CoverageNo changed files found.
Generated in workflow #510

@github-actions
Copy link
Contributor

github-actions bot commented Aug 29, 2023

Coverage Report for @evmts/bundler (./bundlers/bundler)

Status Category Percentage Covered / Total
🟢 Lines 100% / 100% 1360 / 1360
🟢 Statements 100% / 100% 1360 / 1360
🟢 Functions 100% / 100% 30 / 30
🟢 Branches 96.42% / 96% 135 / 140
File CoverageNo changed files found.
Generated in workflow #510

@github-actions
Copy link
Contributor

github-actions bot commented Aug 29, 2023

Coverage Report for @evmts/esbuild-plugin (./bundlers/esbuild)

Status Category Percentage Covered / Total
🟢 Lines 100% / 100% 1 / 1
🟢 Statements 100% / 100% 1 / 1
🟢 Functions 100% / 100% 0 / 0
🟢 Branches 100% / 100% 0 / 0
File CoverageNo changed files found.
Generated in workflow #510

@github-actions
Copy link
Contributor

github-actions bot commented Aug 29, 2023

Coverage Report for @evmts/ts-plugin (./ts-plugin)

Status Category Percentage Covered / Total
🟢 Lines 93.15% / 93% 612 / 657
🟢 Statements 93.15% / 93% 612 / 657
🟢 Functions 100% / 100% 31 / 31
🟢 Branches 85.21% / 85% 98 / 115
File CoverageNo changed files found.
Generated in workflow #510

@github-actions
Copy link
Contributor

github-actions bot commented Aug 29, 2023

Coverage Report for @evmts/config (./config)

Status Category Percentage Covered / Total
🟢 Lines 100% / 100% 573 / 573
🟢 Statements 100% / 100% 573 / 573
🟢 Functions 100% / 100% 9 / 9
🟢 Branches 95.34% / 95% 82 / 86
File CoverageNo changed files found.
Generated in workflow #510

@github-actions
Copy link
Contributor

github-actions bot commented Aug 29, 2023

Coverage Report for @evmts/esbuild (./examples/esbuild)

Status Category Percentage Covered / Total
🟢 Lines 100% / 100% 19 / 19
🟢 Statements 100% / 100% 19 / 19
🟢 Functions 100% / 100% 1 / 1
🟢 Branches 50% / 50% 1 / 2
File CoverageNo changed files found.
Generated in workflow #510

@github-actions
Copy link
Contributor

github-actions bot commented Sep 10, 2023

Coverage Report for @evmts/bun-plugin (./bundlers/bun)

Status Category Percentage Covered / Total
🟢 Lines 100% / 100% 93 / 93
🟢 Statements 100% / 100% 93 / 93
🟢 Functions 100% / 100% 4 / 4
🟢 Branches 100% / 100% 15 / 15
File CoverageNo changed files found.
Generated in workflow #510

@roninjin10 roninjin10 marked this pull request as draft October 16, 2023 01:39
@roninjin10 roninjin10 changed the title ✅ test: Add back e2e tests ✅ test: Add back e2e tests CHA-116 Dec 20, 2023
@roninjin10 roninjin10 closed this Jan 28, 2024
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.

tests: Implement e2e tests
1 participant