sadpandajoe commented on code in PR #42699:
URL: https://github.com/apache/superset/pull/42699#discussion_r3725863266
##########
superset-frontend/package.json:
##########
@@ -257,7 +257,7 @@
"@emotion/jest": "^11.14.2",
"@formatjs/intl-durationformat": "^0.10.18",
"@istanbuljs/nyc-config-typescript": "^1.0.1",
- "@playwright/test": "^1.61.1",
+ "@playwright/test": "^1.62.0",
Review Comment:
This upgrade currently makes the required Playwright E2E job abort before
any tests run: 1.62 fails to load `tsconfig.json` because it cannot resolve the
`./packages/superset-core` project reference. Should we either keep 1.61 for
now or adjust the CI checkout/config so that reference is available?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]