ljmotta opened a new issue, #2197:
URL: https://github.com/apache/incubator-kie-issues/issues/2197

   Currently, it’s not possible to customize the Playwright test run in CI 
without modifying the source code. This creates friction because:
   
   Running tests on the host machine can require different configuration values 
compared to CI.
   Any change to adapt CI settings (timeouts, retries, workers, etc.) requires 
a code update and commit, which is not ideal for dynamic environments.
   
   ## Proposed Solution
   Introduce a mechanism to override Playwright configuration via environment 
variables (e.g., PLAYWRIGHT_BASE__workers, PLAYWRIGHT_BASE__retries)
   
   This would allow CI pipelines to inject custom values dynamically. Local 
runs to remain unaffected.


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