ljmotta commented on code in PR #3382:
URL: 
https://github.com/apache/incubator-kie-tools/pull/3382#discussion_r2635162451


##########
packages/playwright-base/env/index.js:
##########
@@ -25,11 +25,58 @@ module.exports = 
composeEnv([require("@kie-tools/root-env/env")], {
       default: "false",
       description: "Toggles the installation of Playwright dependencies. Can 
be `true` or `false`.",
     },
+    PLAYWRIGHT_BASE__enableGoogleChromeTestsForAppleSilicon: {
+      default: "true",
+      description: "Enable Google Chrome tests for ARM OSs. Overrides 
PLAYWRIGHT_BASE__enableGoogleChromeProject.",
+    },

Review Comment:
   @thiagoelg Currently, tests run on an amd64 container, so we don't have an 
incopatibility issue. Now, this PR keeps compatibility with what we currently 
have, and Google Chrome tests were being skipped on `online-editor` and 
`scesim-editor` even when running on a amd64 container.



-- 
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]

Reply via email to