ljmotta commented on code in PR #2866:
URL:
https://github.com/apache/incubator-kie-tools/pull/2866#discussion_r1951849809
##########
packages/online-editor/playwright.config.ts:
##########
@@ -61,6 +62,35 @@ const customConfig = defineConfig({
timeout: 240000,
},
],
+ // Override
+ projects: process.env.KIE_TOOLS_ONLINE_EDITOR__SKIP_PLAYWRIGHT_FOR_ARM64
Review Comment:
This env var is only used for a workaround. I didn't add it to the
`build-env` as it runs a `bash` script:
```
"test-e2e:container:up:darwin":
KIE_TOOLS_ONLINE_EDITOR__SKIP_PLAYWRIGHT_FOR_ARM64=$( [[ $(uname -p) == \"arm\"
]] ...
```
I'm not sure how we could add this to the `env.js` file...
--
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]