You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(dapp-example): migrate Synpress from v3 to v4 API
- Update test script to use Cypress CLI instead of deprecated Synpress CLI
- Rename synpress.js to cypress.config.js for standard Cypress convention
- Update configuration to use configureSynpressForMetaMask from v4 API
- Update support file to use synpressCommandsForMetaMask from v4 API
- Add testIsolation: false required for Synpress v4
- Remove manual webpack preprocessor configuration (handled by v4)
This resolves the 'unknown option: -cf' error when running npm test.
Signed-off-by: Logan Nguyen <[email protected]>
0 commit comments