-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.4.57
-
Epic Link:
-
Tags:
-
Team:UI
-
Sprint:UI - 2021-14
With the migration of the 10.10 pipeline to Github Actions, some changes are required in elements repositories to support the new pipeline.
- run the tests locally with Chrome in headless mode (add to wct.conf.json the following)
"local": { "browsers": [ "chrome" ], "browserOptions": { "chrome": [ "no-sandbox", "headless" ] } },
- fix lint in the `nuxeo-dataviz-elements` repository on `maintenance-2.4.x` branch
- is required by
-
WEBUI-599 Migrate cross repo pipeline to GitHub Actions for 10.10
- Resolved
- Is referenced in