Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 26, 2025

Bumps @synthetixio/synpress from 3.7.3 to 4.1.1.

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 26, 2025
@dependabot dependabot bot requested review from a team as code owners August 26, 2025 10:51
@dependabot dependabot bot requested a review from acuarica August 26, 2025 10:51
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 26, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dapp-example/synthetixio/synpress-4.1.1 branch from 1d4bc5b to eb7e85d Compare September 16, 2025 07:33
Bumps [@synthetixio/synpress](https://github.com/Synthetixio/synpress) from 3.7.3 to 4.1.1.
- [Release notes](https://github.com/Synthetixio/synpress/releases)
- [Commits](https://github.com/Synthetixio/synpress/compare/3.7.3...@synthetixio/[email protected])

---
updated-dependencies:
- dependency-name: "@synthetixio/synpress"
  dependency-version: 4.1.1
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@quiet-node quiet-node force-pushed the dependabot/npm_and_yarn/dapp-example/synthetixio/synpress-4.1.1 branch from eb7e85d to 1af3f9e Compare October 17, 2025 17:16
@github-actions
Copy link

github-actions bot commented Oct 17, 2025

Test Results

 20 files  ±0  265 suites  ±0   20m 25s ⏱️ - 1m 0s
764 tests  - 1  759 ✅  - 1  4 💤 ±0  1 ❌ ±0 
780 runs  ±0  775 ✅ ±0  4 💤 ±0  1 ❌ ±0 

For more details on these failures, see this check.

Results for commit cfd1723. ± Comparison against base commit e0b7438.

This pull request removes 1 test.
"after all" hook in "@web-socket-batch-1 eth_call" ‑ RPC Server Acceptance Tests Acceptance tests @web-socket-batch-1 eth_call "after all" hook in "@web-socket-batch-1 eth_call"

♻️ This comment has been updated with latest results.

@quiet-node quiet-node force-pushed the dependabot/npm_and_yarn/dapp-example/synthetixio/synpress-4.1.1 branch from 34a15e7 to cfd1723 Compare October 17, 2025 19:10
@quiet-node quiet-node requested a review from a team as a code owner October 17, 2025 19:10
@quiet-node
Copy link
Contributor

After extensive investigation, we're unable to upgrade to Synpress v4 due to fundamental compatibility issues with Cypress. The tests fail with a timeout error (browserContext.waitForEvent: Timeout 30000ms exceeded while waiting for event "response") that occurs in Synpress's core Cypress integration code.

Some quick facts

  • Synpress v4 "New Dawn" was completely rewritten with Playwright as the primary focus - the official README and all examples showcase Playwright only

  • The Cypress support appears incomplete/secondary with minimal examples, and even their official demo has a reported failing issue (#1287) that's been unanswered since June 2024

  • The timeout occurs in importMetaMaskWallet() at the await context.waitForEvent('response') line, which executes before any conditional logic, making it unfixable without modifying Synpress internals

  • We attempted multiple fixes documented in our investigation: wallet setup functions, cache building, ES modules, headed mode, disabling default wallet import - all failed with the same timeout

Recommendation: Keep Synpress v3.7.3 for now. Opening a tracking issue to evaluate future options (migrate to Playwright, wait for Synpress team to fix Cypress support, or stay on v3).

@quiet-node quiet-node closed this Oct 17, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 17, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dapp-example/synthetixio/synpress-4.1.1 branch October 17, 2025 21:34
@codecov
Copy link

codecov bot commented Oct 17, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

@@            Coverage Diff             @@
##             main    #4312      +/-   ##
==========================================
+ Coverage   96.24%   96.25%   +0.01%     
==========================================
  Files         121      121              
  Lines       19946    19946              
  Branches     1756     1756              
==========================================
+ Hits        19197    19199       +2     
+ Misses        730      728       -2     
  Partials       19       19              
Flag Coverage Δ
config-service 98.80% <ø> (ø)
relay 91.23% <ø> (ø)
server 88.82% <ø> (ø)
ws-server 98.27% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.
see 2 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants