sadpandajoe commented on code in PR #36196:
URL: https://github.com/apache/superset/pull/36196#discussion_r2583639434
##########
superset-frontend/playwright.config.ts:
##########
@@ -77,10 +80,32 @@ export default defineConfig({
projects: [
{
+ // Default project - uses global authentication for speed
+ // E2E tests login once via global-setup.ts and reuse auth state
+ // Explicitly ignore auth tests (they run in chromium-unauth project)
+ // Also respect the global experimental testIgnore setting
name: 'chromium',
+ testIgnore: [
+ '**/tests/auth/**/*.spec.ts',
Review Comment:
experimental right now is just temporary until we get all tests moved over.
So not worth doing for now.
--
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]