From ec9764d23200ad4b21e3074592ef772d336e7f50 Mon Sep 17 00:00:00 2001 From: Martin Man Date: Thu, 12 Sep 2024 17:15:37 +0200 Subject: [PATCH] chore(docs): Mention using Google Chrome 49 to debug UI locally --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 04be7023..2f710757 100644 --- a/README.md +++ b/README.md @@ -191,6 +191,14 @@ Then you can run the cypress UI interactively with `npm run cy:open`. To run the ui tests in CI-style use `npm run test:e2e` +### 3.4 Simulating/Debugging MFD UI locally + +MFDs ship web browsers based on `AppleWebKit/537` or `AppleWebKit/601`. + +Partially Simulating the MFD web browser can be achieved by running any browser using the same engine. + +Google Chrome 49 runs `AppleWebKit/537`, so contains all the same CSS/JS limitations, and can be use to simulate/debug CSS issues faster. + ## 4. Making a release Whenever a new tag is created, GitHub Actions will build the app, archive the built files and upload them as `venus-html5-app.tar.gz` to the Github Release associated with the tag.