Skip to content

Commit

Permalink
chore(docs): Mention using Google Chrome 49 to debug UI locally
Browse files Browse the repository at this point in the history
  • Loading branch information
mman committed Sep 12, 2024
1 parent 7371e96 commit ec9764d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ec9764d

Please sign in to comment.