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 scenarios #20785

Merged
merged 15 commits into from
Oct 26, 2023
Merged

Test scenarios #20785

merged 15 commits into from
Oct 26, 2023

Conversation

tmashuang
Copy link
Contributor

@tmashuang tmashuang commented Sep 7, 2023

Explanation

Test scenarios for eth sign, personal sign, sign typed data, sign in with ethereum, encrypt & decrypt message, and connecting and disconnecting from dapp

Closes #18941
Closes #18940
Closes #18929

Screenshots/Screencaps

Before

After

Manual Testing Steps

Pre-merge author checklist

  • I've clearly explained:
    • What problem this PR is solving
    • How this problem was solved
    • How reviewers can test my changes
  • Sufficient automated test coverage has been added

Pre-merge reviewer checklist

  • Manual testing (e.g. pull and build branch, run in browser, test code being changed)
  • PR is linked to the appropriate GitHub issue
  • IF this PR fixes a bug in the release milestone, add this PR to the release milestone

If further QA is required (e.g. new feature, complex testing steps, large refactor), add the Extension QA Board label.

In this case, a QA Engineer approval will be be required.

@tmashuang tmashuang requested a review from a team as a code owner September 7, 2023 17:55
@github-actions
Copy link
Contributor

github-actions bot commented Sep 7, 2023

CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes.

@metamaskbot
Copy link
Collaborator

Builds ready [010b296]
Page Load Metrics (1718 ± 142 ms)
PlatformPageMetricMin (ms)Max (ms)Average (ms)StandardDeviation (ms)MarginOfError (ms)
ChromeHomefirstPaint1103571495325
domContentLoaded141425101716292140
load141525381718296142
domInteractive141425101716292140
Bundle size diffs
  • background: 0 Bytes (0.00%)
  • ui: 0 Bytes (0.00%)
  • common: 0 Bytes (0.00%)

@codecov
Copy link

codecov bot commented Sep 7, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (fd84e8b) 68.54% compared to head (10f2d23) 68.54%.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop   #20785   +/-   ##
========================================
  Coverage    68.54%   68.54%           
========================================
  Files         1029     1029           
  Lines        41013    41013           
  Branches     10963    10963           
========================================
  Hits         28109    28109           
  Misses       12904    12904           

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

@gauthierpetetin gauthierpetetin added the needs-dev-review PR needs reviews from other engineers (in order to receive required approvals) label Sep 7, 2023
@metamaskbot
Copy link
Collaborator

Builds ready [1559c62]
Page Load Metrics (1657 ± 51 ms)
PlatformPageMetricMin (ms)Max (ms)Average (ms)StandardDeviation (ms)MarginOfError (ms)
ChromeHomefirstPaint118190143199
domContentLoaded14781886165710751
load14781886165710751
domInteractive14781886165710751
Bundle size diffs
  • background: 0 Bytes (0.00%)
  • ui: 0 Bytes (0.00%)
  • common: 0 Bytes (0.00%)

@metamaskbot
Copy link
Collaborator

Builds ready [55d3e63]
Page Load Metrics (1539 ± 30 ms)
PlatformPageMetricMin (ms)Max (ms)Average (ms)StandardDeviation (ms)MarginOfError (ms)
ChromeHomefirstPaint109147124126
domContentLoaded1437166815396230
load1437166915396230
domInteractive1437166815396230
Bundle size diffs
  • background: 0 Bytes (0.00%)
  • ui: 0 Bytes (0.00%)
  • common: 0 Bytes (0.00%)

@metamaskbot
Copy link
Collaborator

Builds ready [76e7e89]
Page Load Metrics (1535 ± 72 ms)
PlatformPageMetricMin (ms)Max (ms)Average (ms)StandardDeviation (ms)MarginOfError (ms)
ChromeHomefirstPaint110157124136
domContentLoaded13851960153515172
load13851960153515172
domInteractive13851960153515172
Bundle size diffs
  • background: 0 Bytes (0.00%)
  • ui: 0 Bytes (0.00%)
  • common: 0 Bytes (0.00%)

brad-decker
brad-decker previously approved these changes Oct 11, 2023
@benjisclowder
Copy link
Contributor

Hi @tmashuang , could you please switch the Goerli network recommendation to Sepolia since the former will be deprecated?

@metamaskbot
Copy link
Collaborator

Builds ready [ca5b004]
Page Load Metrics (703 ± 360 ms)
PlatformPageMetricMin (ms)Max (ms)Average (ms)StandardDeviation (ms)MarginOfError (ms)
ChromeHomefirstPaint8213397115
domContentLoaded6713088147
load821909703750360
domInteractive6713088147
Bundle size diffs
  • background: 0 Bytes (0.00%)
  • ui: 0 Bytes (0.00%)
  • common: 0 Bytes (0.00%)

@chloeYue
Copy link
Contributor

Hi @tmashuang , could you please switch the Goerli network recommendation to Sepolia since the former will be deprecated?

Done. Thanks !

@metamaskbot
Copy link
Collaborator

Builds ready [4f09e38]
Page Load Metrics (666 ± 406 ms)
PlatformPageMetricMin (ms)Max (ms)Average (ms)StandardDeviation (ms)MarginOfError (ms)
ChromeHomefirstPaint941941282813
domContentLoaded731851123115
load852318666845406
domInteractive731851123115
Bundle size diffs
  • background: 0 Bytes (0.00%)
  • ui: 0 Bytes (0.00%)
  • common: 0 Bytes (0.00%)

@chloeYue chloeYue added the area-documentation Issues relating to documentation, in the codebase and off. label Oct 18, 2023
@metamaskbot
Copy link
Collaborator

Builds ready [10f2d23]
Page Load Metrics (973 ± 419 ms)
PlatformPageMetricMin (ms)Max (ms)Average (ms)StandardDeviation (ms)MarginOfError (ms)
ChromeHomefirstPaint78186962311
domContentLoaded63250933818
load743140973872419
domInteractive63250933818
Bundle size diffs
  • background: 0 Bytes (0.00%)
  • ui: 0 Bytes (0.00%)
  • common: 0 Bytes (0.00%)

@chloeYue chloeYue self-assigned this Oct 19, 2023
@chloeYue chloeYue merged commit 4a08daf into develop Oct 26, 2023
@chloeYue chloeYue deleted the test-scenarios branch October 26, 2023 13:32
@github-actions github-actions bot locked and limited conversation to collaborators Oct 26, 2023
@github-actions github-actions bot removed the needs-dev-review PR needs reviews from other engineers (in order to receive required approvals) label Oct 26, 2023
@metamaskbot metamaskbot added the release-11.5.0 Issue or pull request that will be included in release 11.5.0 label Oct 26, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-documentation Issues relating to documentation, in the codebase and off. release-11.5.0 Issue or pull request that will be included in release 11.5.0 team-extension-platform
Projects
None yet
7 participants